From 0778b4f81ce3e742e069c949040f7c9215584985 Mon Sep 17 00:00:00 2001 From: Aaron Kimbre Date: Sun, 17 Apr 2022 20:17:36 -0500 Subject: [PATCH] missed semicolon --- dScripts/WhFans.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dScripts/WhFans.cpp b/dScripts/WhFans.cpp index c6c798d9..fe1aa01a 100644 --- a/dScripts/WhFans.cpp +++ b/dScripts/WhFans.cpp @@ -13,7 +13,7 @@ void WhFans::ToggleFX(Entity* self, bool hit) { try { std::string fanGroup = self->GetGroups()[0]; } catch(...) { - std::string fanGroup = "" + std::string fanGroup = ""; } Game::logger->Log("WhFans", "Toggling FX for Fan Group(%s)\n", fanGroup.c_str());