diff options
author | x3Karma <juliuslimck@gmail.com> | 2022-01-20 18:09:12 +0800 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-01-20 14:58:28 -0300 |
commit | 5f66544b5d5d6ad42221d14d5f67235877930e15 (patch) | |
tree | 3bea5281c6cf6c64fc45838ef69fcdb708ce6191 | |
parent | 5567438641037b23cb95bf7c6a046eb19e172917 (diff) | |
download | NorthstarMods-5f66544b5d5d6ad42221d14d5f67235877930e15.tar.gz NorthstarMods-5f66544b5d5d6ad42221d14d5f67235877930e15.zip |
Update mod.json to add cl_maphack.nut
-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" |