From ffdf44de4aed8e34cdc1d749193271ac80facaf3 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Thu, 14 Apr 2022 00:37:27 +0100 Subject: move devcommands to northstar.customservers (#300) --- Northstar.Custom/mod.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'Northstar.Custom/mod.json') diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index 77fc2a62..c2b29fea 100644 --- a/Northstar.Custom/mod.json +++ b/Northstar.Custom/mod.json @@ -37,13 +37,6 @@ "After": "NorthstarCustomPrecache" } }, - { - "Path": "_northstar_devcommands.gnut", - "RunOn": "SERVER && MP", - "ServerCallback": { - "After": "NorthstarDevCommands_Init" - } - }, { "Path": "weapons/mp_weapon_peacekraber.nut", "RunOn": "( CLIENT || SERVER ) && MP" @@ -416,13 +409,7 @@ } } ], - "Maps": [ - { - "Name": "mp_skyway_v1", - "VPK": "englishclient_mp_skyway_v1", - "RPak": "sp_skyway_v1" - } - ], + "Localisation": [ "resource/northstar_custom_%language%.txt" ] -- cgit v1.2.3