mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2024-08-30 18:43:58 +00:00
missed semicolon
This commit is contained in:
parent
235934714f
commit
0778b4f81c
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user