Fixed blacklist list command. Can now see correct paths.

This commit is contained in:
Marcus Whybrow 2012-07-20 06:26:56 +01:00
parent 96087b1bf9
commit c16396a98b

View File

@ -2269,6 +2269,9 @@ command_server_blacklist_ip_remove() {
# Displays a server's banned player names and ip addresses
# $1: The server ID
command_server_blacklist_list() {
server_property "$1" BANNED_PLAYERS_PATH
server_property "$1" BANNED_IPS_PATH
local players
local ips