Changeset - r24258:0ab8bf6d8fd7
[Not reviewed]
master
0 1 0
Miguel Horta - 4 years ago 2020-06-08 20:22:49
geral@miguelhorta.name
Fix: Display banlist's indexes correctly

Bug introduced via commit ab711e6942
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/console_cmds.cpp
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)