From a582924e34507e5dc011b9b9393d16e67a806864 Mon Sep 17 00:00:00 2001 From: Mister_Nebula <41904486+misternebula@users.noreply.github.com> Date: Sun, 23 Aug 2020 15:14:53 +0100 Subject: [PATCH] fix comma --- QSB/default-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QSB/default-config.json b/QSB/default-config.json index 82ef1b11..0f46af8d 100644 --- a/QSB/default-config.json +++ b/QSB/default-config.json @@ -2,7 +2,7 @@ "enabled": true, "settings": { "defaultServerIP": "localhost", - "debugMode": true + "debugMode": true, "port": 7777 } }