aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod.json
diff options
context:
space:
mode:
authorx3Karma <juliuslimck@gmail.com>2022-01-20 18:09:12 +0800
committerBarichello <artur@barichello.me>2022-01-20 14:58:28 -0300
commit5f66544b5d5d6ad42221d14d5f67235877930e15 (patch)
tree3bea5281c6cf6c64fc45838ef69fcdb708ce6191 /Northstar.CustomServers/mod.json
parent5567438641037b23cb95bf7c6a046eb19e172917 (diff)
downloadNorthstarMods-5f66544b5d5d6ad42221d14d5f67235877930e15.tar.gz
NorthstarMods-5f66544b5d5d6ad42221d14d5f67235877930e15.zip
Update mod.json to add cl_maphack.nut
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"