mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Fixed correct name for WORLDS_FLAG_INRAM server configuration.
This commit is contained in:
parent
223dcfe714
commit
a8ecf4615d
4
init/msm
4
init/msm
@ -412,8 +412,8 @@ world_property() {
|
||||
;;
|
||||
FLAG_INRAM)
|
||||
world_property "$1" PATH
|
||||
server_property "$sid" WORLD_FLAG_INRAM
|
||||
WORLD_FLAG_INRAM[$1]="${WORLD_PATH[$1]}/${SERVER_WORLD_FLAG_INRAM[$sid]}"
|
||||
server_property "$sid" WORLDS_FLAG_INRAM
|
||||
WORLD_FLAG_INRAM[$1]="${WORLD_PATH[$1]}/${SERVER_WORLDS_FLAG_INRAM[$sid]}"
|
||||
;;
|
||||
LINK)
|
||||
server_property "$sid" PATH
|
||||
|
Loading…
Reference in New Issue
Block a user