mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Fixed blacklist list command. Can now see correct paths.
This commit is contained in:
parent
96087b1bf9
commit
c16396a98b
3
init/msm
3
init/msm
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user