diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-20 23:16:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 23:16:26 +0000 |
commit | 0823ffbaf92041715c651773bef79dcb946db5c2 (patch) | |
tree | 6e4cf4f3395fcd35eaf893f38cde28d7ceb0f74f | |
parent | 57cd8727805855e461287a3b452d88547be000aa (diff) | |
download | NorthstarMods-0823ffbaf92041715c651773bef79dcb946db5c2.tar.gz NorthstarMods-0823ffbaf92041715c651773bef79dcb946db5c2.zip |
Revert "Update mod.json to add cl_maphack.nut"
This reverts commit 5f66544b5d5d6ad42221d14d5f67235877930e15.
-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" |