From 8ef25325fa07a6111f3e8aea8aaa616f911e150a Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Mon, 24 Jan 2022 21:54:38 +1100 Subject: [PATCH] Fix meta config --- unturnedmetaconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unturnedmetaconfig.json b/unturnedmetaconfig.json index bf51dfb..43b02be 100644 --- a/unturnedmetaconfig.json +++ b/unturnedmetaconfig.json @@ -3,6 +3,7 @@ "ConfigFile": "Servers/UnturnedServer/Server/Commands.dat", "AutoMap": true, "ConfigType": "kvp", + "ConfigFormat": "{0} {1}", "ConfigFormatRegex": "^(?.+?) (?.*?)$" } -] \ No newline at end of file +]