Merge branch 'openttd'

This commit is contained in:
dP
2020-08-09 21:39:04 +03:00
80 changed files with 799 additions and 454 deletions

View File

@@ -608,6 +608,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;