diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-20 23:17:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 23:17:15 +0000 |
commit | 289a68ff58639971ee82db9c658a47aaeecf66ef (patch) | |
tree | e56e728f1684dd6153622b4437e191be8453624e /Northstar.CustomServers/mod.json | |
parent | 60d3c12955ff03ba594f16c863258994a995c39d (diff) | |
parent | 245f82b521291eebdf99f2ad52cc1eec6ca651fc (diff) | |
download | NorthstarMods-289a68ff58639971ee82db9c658a47aaeecf66ef.tar.gz NorthstarMods-289a68ff58639971ee82db9c658a47aaeecf66ef.zip |
Merge pull request #146 from R2Northstar/revert-141-x3Karma-maphack-patch
Revert "Map Hack patch"
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r-- | Northstar.CustomServers/mod.json | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index ea591352..28a08868 100644 --- a/Northstar.CustomServers/mod.json +++ b/Northstar.CustomServers/mod.json @@ -113,13 +113,7 @@ "After": "SvLoadoutsMP_Init" } }, - { - "Path": "burnmeter/cl_maphack.nut", - "RunOn": "CLIENT", - "ClientCallback": { - "Before": "ClMapHack_Init" - } - }, + { "Path": "lobby/sh_private_lobby_modes_init.gnut", "RunOn": "( SERVER || CLIENT ) && MP" |