mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-06 10:44:08 +00:00
missed semicolon
This commit is contained in:
@@ -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