diff options
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r-- | Northstar.CustomServers/mod.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index 28a08868..ea591352 100644 --- a/Northstar.CustomServers/mod.json +++ b/Northstar.CustomServers/mod.json @@ -113,7 +113,13 @@ "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" |