aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r--Northstar.Custom/mod.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json
index ee1df0909..c25aa8a85 100644
--- a/Northstar.Custom/mod.json
+++ b/Northstar.Custom/mod.json
@@ -29,7 +29,7 @@
"Scripts": [
{
"Path": "sh_northstar_custom_precache.gnut",
- "RunOn": "( CLIENT || SERVER ) && MP",
+ "RunOn": "( CLIENT || SERVER )",
"ClientCallback": {
"After": "NorthstarCustomPrecache"
},
@@ -39,7 +39,7 @@
},
{
"Path": "weapons/mp_weapon_peacekraber.nut",
- "RunOn": "( CLIENT || SERVER ) && MP"
+ "RunOn": "( CLIENT || SERVER )"
},
{
"Path": "gamemodes/sh_gamemode_chamber.nut",