From 263eaf03b07eb52a757a0c632e80e31fce95c59a Mon Sep 17 00:00:00 2001 From: Aaron Kimbre Date: Sun, 17 Apr 2022 20:24:49 -0500 Subject: [PATCH] ugh, another semicolon --- dScripts/WhFans.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dScripts/WhFans.cpp b/dScripts/WhFans.cpp index ccf556be..0139eb1d 100644 --- a/dScripts/WhFans.cpp +++ b/dScripts/WhFans.cpp @@ -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(...) {