Update: Merge branch 'jgrpp_master_cmake' into jgrpp_cmake
This commit is contained in:
@@ -662,6 +662,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