missed semicolon

This commit is contained in:
Aaron Kimbre 2022-04-17 20:17:36 -05:00
parent 235934714f
commit 0778b4f81c

View File

@ -13,7 +13,7 @@ void WhFans::ToggleFX(Entity* self, bool hit) {
try {
std::string fanGroup = self->GetGroups()[0];
} catch(...) {
std::string fanGroup = ""
std::string fanGroup = "";
}
Game::logger->Log("WhFans", "Toggling FX for Fan Group(%s)\n", fanGroup.c_str());