From a8ecf4615dad34b99160477aac1f476bd72612c6 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Fri, 20 Jul 2012 03:19:43 +0100 Subject: [PATCH] Fixed correct name for WORLDS_FLAG_INRAM server configuration. --- init/msm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init/msm b/init/msm index 46552c0..bdf43b4 100755 --- a/init/msm +++ b/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