Fixed syntax error in world_to_disk: prevented loading server_property USERNAME.

This commit is contained in:
Marcus Whybrow 2012-07-20 04:58:59 +01:00
parent c707df5be0
commit 4122bba733

View File

@ -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