mirror of
https://github.com/FroggMaster/CreamInstaller.git
synced 2026-06-12 11:01:23 -07:00
Correct Generated JSON for UPlay Games Fixes #27
- Correctts the invalid comma in the generated JSON for games that utilize the UPlay unlocker.
This commit is contained in:
@@ -68,10 +68,10 @@ internal static class UplayR1
|
||||
false);
|
||||
}
|
||||
|
||||
writer.WriteLine(" ],");
|
||||
writer.WriteLine(" ]");
|
||||
}
|
||||
else
|
||||
writer.WriteLine(" \"blacklist\": [],");
|
||||
writer.WriteLine(" \"blacklist\": []");
|
||||
|
||||
writer.WriteLine("}");
|
||||
}
|
||||
|
||||
@@ -72,10 +72,10 @@ internal static class UplayR2
|
||||
false);
|
||||
}
|
||||
|
||||
writer.WriteLine(" ],");
|
||||
writer.WriteLine(" ]");
|
||||
}
|
||||
else
|
||||
writer.WriteLine(" \"blacklist\": [],");
|
||||
writer.WriteLine(" \"blacklist\": []");
|
||||
|
||||
writer.WriteLine("}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user