aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Coop
diff options
context:
space:
mode:
authorBarichello <artur@barichello.me>2022-02-01 19:49:17 -0300
committerBarichello <artur@barichello.me>2022-02-01 19:49:17 -0300
commit775c097ede82632a97581d2cb720dc4fa7924e46 (patch)
treee0f1e768acccc94c4d5f77968881b3125c7dcdb6 /Northstar.Coop
parent2a47d06fde260fead9c4dbe6cb204872c42ba317 (diff)
downloadNorthstarMods-775c097ede82632a97581d2cb720dc4fa7924e46.tar.gz
NorthstarMods-775c097ede82632a97581d2cb720dc4fa7924e46.zip
Update missing version
Diffstat (limited to 'Northstar.Coop')
-rw-r--r--Northstar.Coop/mod.json11
1 files changed, 4 insertions, 7 deletions
diff --git a/Northstar.Coop/mod.json b/Northstar.Coop/mod.json
index 1e373d3d8..5cb4daf52 100644
--- a/Northstar.Coop/mod.json
+++ b/Northstar.Coop/mod.json
@@ -1,25 +1,22 @@
{
- "Name" : "Northstar.Coop",
- "Description" : "[WIP] Allows the singleplayer campaign to be played in multiplayer",
-
+ "Name": "Northstar.Coop",
+ "Description": "[WIP] Allows the singleplayer campaign to be played in multiplayer",
+ "Version": "0.0.0",
"LoadPriority": 0,
-
"Scripts": [
{
"Path": "sh_sp_coop.gnut",
"RunOn": "SP"
},
-
{
"Path": "sh_sp_coop_lobby.gnut",
"RunOn": "( CLIENT || SERVER ) && MP",
"ClientCallback": {
"After": "SingleplayerCoopLobby_Init"
},
-
"ServerCallback": {
"After": "SingleplayerCoopLobby_Init"
}
}
]
-}
+} \ No newline at end of file