From 24a0c37427f2359778751fc8e9ecabf1e1449797 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 16 May 2020 17:42:05 -0500 Subject: [PATCH] Revert "Remove colon from terraria configs" This reverts commit 0eb1cd19240fc94d5b6e8fa5aff59dc416035dd3. --- roles/terraria/templates/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/terraria/templates/config b/roles/terraria/templates/config index b1304b0..883d0b1 100644 --- a/roles/terraria/templates/config +++ b/roles/terraria/templates/config @@ -4,7 +4,7 @@ maxplayers=8 world={{ terraria_root }}/{{ terraria_name }}/worlds/world.wld port={{ terraria_port }} password={{ terraria_password }} -motd={{ terraria_worldname }} {{ terraria_motd }} +motd={{ terraria_worldname }}: {{ terraria_motd }} worldpath={{ terraria_root }}/{{ terraria_name }}/worlds autocreate={{ terraria_worldsize }} difficulty={{ terraria_difficulty }}