diff options
author | Barichello <artur@barichello.me> | 2022-02-01 19:49:17 -0300 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-02-01 19:49:17 -0300 |
commit | 775c097ede82632a97581d2cb720dc4fa7924e46 (patch) | |
tree | e0f1e768acccc94c4d5f77968881b3125c7dcdb6 /Northstar.Coop | |
parent | 2a47d06fde260fead9c4dbe6cb204872c42ba317 (diff) | |
download | NorthstarMods-775c097ede82632a97581d2cb720dc4fa7924e46.tar.gz NorthstarMods-775c097ede82632a97581d2cb720dc4fa7924e46.zip |
Update missing version
Diffstat (limited to 'Northstar.Coop')
-rw-r--r-- | Northstar.Coop/mod.json | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Northstar.Coop/mod.json b/Northstar.Coop/mod.json index 1e373d3d..5cb4daf5 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 |