瀏覽代碼

Fix indent

Co-authored-by: Ivan Savenko <[email protected]>
Dydzio 2 年之前
父節點
當前提交
1b676933e5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();
 	}