aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-06-26 22:58:34 +0200
committerGitHub <noreply@github.com>2022-06-26 22:58:34 +0200
commit391439f2d022a4657fcc5cb8d95c3b27b9887467 (patch)
treec02ff9bb146ddb3cc866bfcaa0bca289923016e0
parent41ec203c56a9f2f83ad9fb1b2fcd5dd4027c96b4 (diff)
downloadNorthstarMods-391439f2d022a4657fcc5cb8d95c3b27b9887467.tar.gz
NorthstarMods-391439f2d022a4657fcc5cb8d95c3b27b9887467.zip
Re-enable Triple Threat (#402)v1.9.0-rc1v1.9.0
-rw-r--r--Northstar.Custom/mod/scripts/vscripts/sh_northstar_custom_precache.gnut3
1 files changed, 1 insertions, 2 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 6834c8582..848a4b865 100644
--- a/Northstar.Custom/mod/scripts/vscripts/sh_northstar_custom_precache.gnut
+++ b/Northstar.Custom/mod/scripts/vscripts/sh_northstar_custom_precache.gnut
@@ -4,8 +4,7 @@ global function NorthstarCustomPrecache
void function NorthstarCustomPrecache()
{
PrecacheWeapon( "mp_weapon_peacekraber" )
- // Triple Threat disabled due to compat issues, see #331
- // PrecacheWeapon( "mp_titanweapon_triplethreat" )
+ PrecacheWeapon( "mp_titanweapon_triplethreat" )
PrecacheWeapon( "melee_pilot_kunai" )
// create kunai damage source so game won't crash when we hit smth with it