mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-05-24 19:38:35 -05:00
missed semicolon
This commit is contained in:
+1
-1
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user