diff options
-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" |