diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-05 23:28:38 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-05 23:28:38 +0000 |
commit | f1a07e1b01923b45f7a82c063d25b8dea5b13d53 (patch) | |
tree | 265a20be313fbdc054887c5be3d78797cbd6e707 /Northstar.CustomServers/mod.json | |
parent | 51e16034230f4dd759900c7922b8db43941e0a70 (diff) | |
download | NorthstarMods-f1a07e1b01923b45f7a82c063d25b8dea5b13d53.tar.gz NorthstarMods-f1a07e1b01923b45f7a82c063d25b8dea5b13d53.zip |
fixes from playtest
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r-- | Northstar.CustomServers/mod.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index 9cd7ebb4..9f9b405b 100644 --- a/Northstar.CustomServers/mod.json +++ b/Northstar.CustomServers/mod.json @@ -68,13 +68,6 @@ "Before": "GamemodeFRA_AddAdditionalInitCallback" } }, - { - "Path": "gamemodes/_featured_mode_settings.gnut", - "RunOn": "SERVER && MP", - "ServerCallback": { - "After": "FeaturedModeSettings_Init" - } - }, { "Path": "mp/_classic_mp_dropship_intro.gnut", |