From 1dc856f968fe92173bc0dbfaee0576d86e7bf937 Mon Sep 17 00:00:00 2001 From: Dragoon209 Date: Fri, 23 Dec 2022 13:30:48 -0500 Subject: [PATCH] Added quotes to the host server config option as it started requiring them at some point in the past. (#260) --- jc3mpserverconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc3mpserverconfig.json b/jc3mpserverconfig.json index 876a6d8..0890a74 100644 --- a/jc3mpserverconfig.json +++ b/jc3mpserverconfig.json @@ -1,7 +1,7 @@ { "announce": {{announce}}, "description": "{{description}}", - "host": {{hostip}}, + "host": "{{hostip}}", "httpPort": {{hport}}, "logLevel": 7, "logo": "",