mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-06 10:44:08 +00:00
ugh, another semicolon
This commit is contained in:
@@ -10,7 +10,7 @@ void WhFans::OnStartup(Entity* self) {
|
||||
}
|
||||
|
||||
void WhFans::ToggleFX(Entity* self, bool hit) {
|
||||
std::string fanGroup = ""
|
||||
std::string fanGroup = "";
|
||||
try {
|
||||
fanGroup = self->GetGroups()[0];
|
||||
} catch(...) {
|
||||
|
Reference in New Issue
Block a user