mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-10-31 12:41:55 +00:00 
			
		
		
		
	missed semicolon
This commit is contained in:
		| @@ -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()); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aaron Kimbre
					Aaron Kimbre