1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-23 21:29:13 +02:00

Fix indent

Co-authored-by: Ivan Savenko <saven.ivan@gmail.com>
This commit is contained in:
Dydzio 2023-07-16 15:46:43 +02:00 committed by GitHub
parent fe26ab4501
commit 1b676933e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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