Fix erroneous world names for terraria servers
This commit is contained in:
parent
ab57cc6c4c
commit
44c5ca6ccd
@ -4,10 +4,10 @@ maxplayers=8
|
||||
world={{ terraria_root }}/{{ terraria_name }}/worlds/world.wld
|
||||
port={{ terraria_port }}
|
||||
password={{ terraria_password }}
|
||||
motd={{ terraria_motd }}
|
||||
motd={{ terraria_worldname }}: {{ terraria_motd }}
|
||||
worldpath={{ terraria_root }}/{{ terraria_name }}/worlds
|
||||
autocreate={{ terraria_worldsize }}
|
||||
difficulty={{ terraria_difficulty }}
|
||||
worldname={{ terraria_worldname }}
|
||||
worldname=world.wld
|
||||
banlist=banlist.txt
|
||||
secure=1
|
||||
|
Loading…
Reference in New Issue
Block a user