Skip to content

Commit

Permalink
Update missing version
Browse files Browse the repository at this point in the history
  • Loading branch information
abarichello committed Feb 1, 2022
1 parent 2a47d06 commit 775c097
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Northstar.Coop/mod.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
]
}
}

0 comments on commit 775c097

Please sign in to comment.