mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-12 02:18:07 +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) {
|
void WhFans::ToggleFX(Entity* self, bool hit) {
|
||||||
std::string fanGroup = ""
|
std::string fanGroup = "";
|
||||||
try {
|
try {
|
||||||
fanGroup = self->GetGroups()[0];
|
fanGroup = self->GetGroups()[0];
|
||||||
} catch(...) {
|
} catch(...) {
|
||||||
|
Reference in New Issue
Block a user