aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r--Northstar.CustomServers/mod.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json
index 28a08868e..ea5913524 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"