diff options
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r-- | Northstar.Custom/mod.json | 15 |
1 files changed, 1 insertions, 14 deletions
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 @@ -38,13 +38,6 @@ } }, { - "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" ] |