Explorar o código

Fix indent

Co-authored-by: Ivan Savenko <[email protected]>
Dydzio %!s(int64=2) %!d(string=hai) anos
pai
achega
1b676933e5
Modificáronse 1 ficheiros con 1 adicións e 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();
 	}