From 9255c70b0b7a85a0d9e2f73eae5ea27ce5f09ff5 Mon Sep 17 00:00:00 2001 From: Tixx <83774803+WiserTixx@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:38:24 +0200 Subject: [PATCH] Removal invalid comma --- src/Config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.cpp b/src/Config.cpp index f8cb242..6bfcd5d 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -55,7 +55,7 @@ void ConfigInit() { R"({ "Port": 4444, "Build": "Default", - "CachingDirectory": "./Resources", + "CachingDirectory": "./Resources" })"; cfg.close(); } else {