mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-12-22 21:43:35 +00:00
ugh, another semicolon
This commit is contained in:
parent
6cef7a437a
commit
263eaf03b0
@ -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(...) {
|
||||
|
Loading…
Reference in New Issue
Block a user