diff options
author | 0neGal <mail@0negal.com> | 2021-12-30 21:03:48 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2021-12-30 21:03:48 +0100 |
commit | ff9ffc98ecff8d2c02438710bffbd107b12f2bce (patch) | |
tree | b7742b6acf929856650acbf7a77b10002a60d58e /Northstar.Coop | |
parent | 3044198c4078b7bd72ecc84e833e490941d23d10 (diff) | |
download | NorthstarMods-ff9ffc98ecff8d2c02438710bffbd107b12f2bce.tar.gz NorthstarMods-ff9ffc98ecff8d2c02438710bffbd107b12f2bce.zip |
fixed incorrectly formatted JSON
Diffstat (limited to 'Northstar.Coop')
-rw-r--r-- | Northstar.Coop/mod.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Northstar.Coop/mod.json b/Northstar.Coop/mod.json index b4dfaeb2..f4fafbf9 100644 --- a/Northstar.Coop/mod.json +++ b/Northstar.Coop/mod.json @@ -20,6 +20,6 @@ "ServerCallback": { "After": "SingleplayerCoopLobby_Init" } - }, - ], -}
\ No newline at end of file + } + ] +} |