Explorar el Código

Fix indent

Co-authored-by: Ivan Savenko <[email protected]>
Dydzio hace 2 años
padre
commit
1b676933e5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      client/adventureMap/CInfoBar.cpp

+ 1 - 1
client/adventureMap/CInfoBar.cpp

@@ -288,7 +288,7 @@ void CInfoBar::clickReleased(const Point & cursorPosition)
 	if(state == HERO || state == TOWN)
 	{
 		if(settings["gameTweaks"]["infoBarCreatureManagement"].Bool())
-		return;
+			return;
 
 		showGameStatus();
 	}