aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Coop
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2021-12-30 21:03:48 +0100
committer0neGal <mail@0negal.com>2021-12-30 21:03:48 +0100
commitff9ffc98ecff8d2c02438710bffbd107b12f2bce (patch)
treeb7742b6acf929856650acbf7a77b10002a60d58e /Northstar.Coop
parent3044198c4078b7bd72ecc84e833e490941d23d10 (diff)
downloadNorthstarMods-ff9ffc98ecff8d2c02438710bffbd107b12f2bce.tar.gz
NorthstarMods-ff9ffc98ecff8d2c02438710bffbd107b12f2bce.zip
fixed incorrectly formatted JSON
Diffstat (limited to 'Northstar.Coop')
-rw-r--r--Northstar.Coop/mod.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/Northstar.Coop/mod.json b/Northstar.Coop/mod.json
index b4dfaeb27..f4fafbf92 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
+ }
+ ]
+}