mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 15:41:15 +00:00
Fix: Display banlist's indexes correctly
Bug introduced via commit ab711e6942
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user