tabs again

This commit is contained in:
6arelyFuture 2021-09-29 14:08:03 +01:00
parent 284a25b168
commit 6ed7548661
2 changed files with 2 additions and 1 deletions

View File

@ -105,6 +105,7 @@ playerModelForWeaponStub( weapon, secondary )
return; return;
} }
// Hack for infected players
if ( self.pers["team"] == "axis" ) if ( self.pers["team"] == "axis" )
{ {
if ( level.environment != "" && self isItemUnlocked( "ghillie_" + level.environment ) ) if ( level.environment != "" && self isItemUnlocked( "ghillie_" + level.environment ) )

View File

@ -9,7 +9,7 @@
init() init()
{ {
level._effect[ "nolight_burst_mp" ] = loadfx( "fire/firelp_huge_pm_nolight_burst" ); level._effect[ "nolight_burst_mp" ] = loadfx( "fire/firelp_huge_pm_nolight_burst" );
precacheMpAnim( "windmill_spin_med" ); precacheMpAnim( "windmill_spin_med" );
precacheMpAnim( "foliage_desertbrush_1_sway" ); precacheMpAnim( "foliage_desertbrush_1_sway" );
precacheMpAnim( "oilpump_pump01" ); precacheMpAnim( "oilpump_pump01" );