Fix: Display banlist's indexes correctly

Bug introduced via commit ab711e6942
desync-debugging
Miguel Horta 4 years ago 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;

Loading…
Cancel
Save