ugh, another semicolon

This commit is contained in:
Aaron Kimbre 2022-04-17 20:24:49 -05:00
parent 6cef7a437a
commit 263eaf03b0

View File

@ -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(...) {