mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Missed a ; in the versionable_properties list. Damn it.
This commit is contained in:
parent
911ba13b05
commit
7646dfa403
2
init/msm
2
init/msm
@ -1747,7 +1747,7 @@ server_set_property() {
|
||||
# $1: The ID of the server
|
||||
# $2: The name of the server property
|
||||
server_property() {
|
||||
local versionable_properties="LOG_PATH;WHITELIST_PATH;BANNED_PLAYERS_PATH;BANNED_IPS_PATH;OPS_PATH OPS_LIST;"
|
||||
local versionable_properties="LOG_PATH;WHITELIST_PATH;BANNED_PLAYERS_PATH;BANNED_IPS_PATH;OPS_PATH;OPS_LIST;"
|
||||
|
||||
# Do nothing if we want to load a property handled
|
||||
# by a versioning file that is already loaded.
|
||||
|
Loading…
Reference in New Issue
Block a user