From 775c097ede82632a97581d2cb720dc4fa7924e46 Mon Sep 17 00:00:00 2001 From: Barichello Date: Tue, 1 Feb 2022 19:49:17 -0300 Subject: Update missing version --- Northstar.Coop/mod.json | 11 ++++------- 1 file 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 -- cgit v1.2.3