mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-01-08 22:07:10 +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) {
|
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(...) {
|
||||||
|
Loading…
Reference in New Issue
Block a user