diff options
-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 |