mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Fixed syntax error in world_to_disk: prevented loading server_property USERNAME.
This commit is contained in:
parent
c707df5be0
commit
4122bba733
2
init/msm
2
init/msm
@ -269,7 +269,7 @@ world_to_ram() {
|
||||
# Moves a world in RAM to disk
|
||||
# $1: the ID of the world to move
|
||||
world_to_disk() {
|
||||
server_property "{$WORLD_SERVER_ID[$1]}" USERNAME
|
||||
server_property "${WORLD_SERVER_ID[$1]}" USERNAME
|
||||
world_property "$1" FLAG_INRAM
|
||||
world_property "$1" RAMDISK_PATH
|
||||
world_property "$1" PATH
|
||||
|
Loading…
Reference in New Issue
Block a user