NucleoidMC / koth

King of the Hill
GNU Lesser General Public License v3.0
0 stars 13 forks source link

Trailing comma in the Romantica game configuration #89

Closed haykam821 closed 3 months ago

haykam821 commented 1 year ago

The configuration for the koth:romantica game contains a trailing comma:

https://github.com/NucleoidMC/koth/blob/0b36d9b0af607cec4616e9d0468e51ffda802827/src/main/resources/data/koth/games/romantica.json#L11

As a result of invalid JSON syntax being used, the game fails to load with the following error:

[Server thread/ERROR] (plasmid) Failed to parse game JSON at koth:games/romantica.json: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected name at line 12 column 4 path $.map.spawn_angle
haykam821 commented 3 months ago

This issue was fixed in 5d206f729272a1a62cfd2b4394e4dfd1a0f59238.