aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod/scripts
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-04-29 23:23:50 +0200
committerGitHub <noreply@github.com>2022-04-29 23:23:50 +0200
commit88bc3168b7a832d2b09e60d61f31d531fadeb583 (patch)
tree1a6245f977648eb54ef9b41dbacf8c85577a4840 /Northstar.Custom/mod/scripts
parent287a7a5a6c08803fcc53b4de51ca954b270f02f2 (diff)
downloadNorthstarMods-88bc3168b7a832d2b09e60d61f31d531fadeb583.tar.gz
NorthstarMods-88bc3168b7a832d2b09e60d61f31d531fadeb583.zip
Disable Triple Threat until ready for release (#331)
Diffstat (limited to 'Northstar.Custom/mod/scripts')
-rw-r--r--Northstar.Custom/mod/scripts/vscripts/sh_northstar_custom_precache.gnut3
1 files changed, 2 insertions, 1 deletions
diff --git a/Northstar.Custom/mod/scripts/vscripts/sh_northstar_custom_precache.gnut b/Northstar.Custom/mod/scripts/vscripts/sh_northstar_custom_precache.gnut
index 848a4b865..6834c8582 100644
--- a/Northstar.Custom/mod/scripts/vscripts/sh_northstar_custom_precache.gnut
+++ b/Northstar.Custom/mod/scripts/vscripts/sh_northstar_custom_precache.gnut
@@ -4,7 +4,8 @@ global function NorthstarCustomPrecache
void function NorthstarCustomPrecache()
{
PrecacheWeapon( "mp_weapon_peacekraber" )
- PrecacheWeapon( "mp_titanweapon_triplethreat" )
+ // Triple Threat disabled due to compat issues, see #331
+ // PrecacheWeapon( "mp_titanweapon_triplethreat" )
PrecacheWeapon( "melee_pilot_kunai" )
// create kunai damage source so game won't crash when we hit smth with it