mirror of
https://github.com/FroggMaster/CreamInstaller.git
synced 2026-06-12 11:01:23 -07:00
Fixes Incorrect Config Syntax / Fix #7
- Fixes incorrect comma that was added at the end of a configuration if Extra DLCs were added
This commit is contained in:
@@ -167,7 +167,7 @@ internal static class SmokeAPI
|
||||
}
|
||||
}
|
||||
|
||||
writer.WriteLine(" },");
|
||||
writer.WriteLine(" }");
|
||||
}
|
||||
else
|
||||
writer.WriteLine(" \"extra_dlcs\": {}");
|
||||
|
||||
Reference in New Issue
Block a user