diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-04-14 00:37:27 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-04-19 23:07:48 +0200 |
commit | ffdf44de4aed8e34cdc1d749193271ac80facaf3 (patch) | |
tree | 33047ed462c806f47d036a56b910c70edb27010b /Northstar.Custom/mod.json | |
parent | 4af93f01e625e465e4756226548fcfb6bba7e5da (diff) | |
download | NorthstarMods-ffdf44de4aed8e34cdc1d749193271ac80facaf3.tar.gz NorthstarMods-ffdf44de4aed8e34cdc1d749193271ac80facaf3.zip |
move devcommands to northstar.customservers (#300)
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" ] |