Update missing version

This commit is contained in:
Barichello 2022-02-01 19:49:17 -03:00
parent 2a47d06fde
commit 775c097ede
No known key found for this signature in database
GPG Key ID: 29197D315AE4FF67
1 changed files with 4 additions and 7 deletions

View File

@ -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"
}
}
]
}
}