mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Fixed world_property RAMDISK_PATH bug, which did not set it.
This commit is contained in:
parent
9e97671af4
commit
c707df5be0
2
init/msm
2
init/msm
@ -422,7 +422,7 @@ world_property() {
|
||||
manager_property RAMDISK_STORAGE_PATH
|
||||
# If the ramdisk path is set, get the path for this world
|
||||
if [ ! -z "$SETTINGS_RAMDISK_STORAGE_PATH" ]; then
|
||||
WORLD_RAMDISK_PATH[$2]="${SETTINGS_RAMDISK_STORAGE_PATH}/${SERVER_NAME[$sid]}/${WORLD_NAME[$1]}"
|
||||
WORLD_RAMDISK_PATH[$1]="${SETTINGS_RAMDISK_STORAGE_PATH}/${SERVER_NAME[$sid]}/${WORLD_NAME[$1]}"
|
||||
fi
|
||||
;;
|
||||
INRAM)
|
||||
|
Loading…
Reference in New Issue
Block a user