mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-18 03:59:09 +00:00
Fix: Display banlist's indexes correctly
Bug introduced via commit ab711e6942
This commit is contained in:
committed by
Charles Pigott
parent
0b86bd8b03
commit
40436019fd
@@ -606,6 +606,7 @@ DEF_CONSOLE_CMD(ConBanList)
|
||||
uint i = 1;
|
||||
for (const auto &entry : _network_ban_list) {
|
||||
IConsolePrintF(CC_DEFAULT, " %d) %s", i, entry.c_str());
|
||||
i++;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user