mirror of
https://github.com/luzifer-docker/terraria.git
synced 2024-11-08 12:40:02 +00:00
Adjust path to load autogenerated world
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
4151a995b7
commit
9ec74b9601
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#Load a world and automatically start the server.
|
#Load a world and automatically start the server.
|
||||||
#world=C:\Users\YOUR_USERNAME_HERE\My Documents\My Games\Terraria\Worlds\world1.wld
|
#world=C:\Users\YOUR_USERNAME_HERE\My Documents\My Games\Terraria\Worlds\world1.wld
|
||||||
world=/data/world.wld
|
world=/data/world/Terraria.wld
|
||||||
|
|
||||||
#Creates a new world if none is found. World size is specified by: 1(small), 2(medium), and 3(large).
|
#Creates a new world if none is found. World size is specified by: 1(small), 2(medium), and 3(large).
|
||||||
#autocreate=1
|
#autocreate=1
|
||||||
|
|
Loading…
Reference in a new issue