mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Fixes typo that @IronTetsubo pointed out
This commit is contained in:
parent
d6689011c7
commit
57874b8da9
2
init/msm
2
init/msm
@ -640,7 +640,7 @@ server_ensure_links() {
|
||||
server_property "$1" WORLD_STORAGE_PATH
|
||||
|
||||
# Ensure a directory for level-name exists in worldstorage.
|
||||
# This prevents allows a symlink to be created, and prevents new worlds
|
||||
# This allows a symlink to be created, and prevents new worlds
|
||||
# being generated outside of worldstorage.
|
||||
command_server_config "$1" "level-name"
|
||||
as_user "${SERVER_USERNAME[$1]}" "mkdir -p \"${SERVER_WORLD_STORAGE_PATH[$1]}/$RETURN\""
|
||||
|
Loading…
Reference in New Issue
Block a user