From 956b6d0c1ceac7c02b68237dc681819a2476e941 Mon Sep 17 00:00:00 2001 From: Frog Date: Sun, 25 Jan 2026 23:33:16 -0800 Subject: [PATCH] Fixes Incorrect Config Syntax / Fix #7 - Fixes incorrect comma that was added at the end of a configuration if Extra DLCs were added --- CreamInstaller/Resources/SmokeAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CreamInstaller/Resources/SmokeAPI.cs b/CreamInstaller/Resources/SmokeAPI.cs index d4aad4e..1e5b5c0 100644 --- a/CreamInstaller/Resources/SmokeAPI.cs +++ b/CreamInstaller/Resources/SmokeAPI.cs @@ -167,7 +167,7 @@ internal static class SmokeAPI } } - writer.WriteLine(" },"); + writer.WriteLine(" }"); } else writer.WriteLine(" \"extra_dlcs\": {}");