2
0
mirror of https://github.com/FWGS/hlsdk-xash3d synced 2024-11-22 09:57:21 +01:00
This commit is contained in:
Night Owl 2017-07-17 12:17:26 +05:00
parent f318cab1c2
commit 0570769d35

View File

@ -369,6 +369,9 @@ BOOL CFuncTank::StartControl( CBasePlayer *pController )
void CFuncTank::StopControl()
{
if( m_pLaser )
m_pLaser->TurnOff();
// TODO: bring back the controllers current weapon
if( !m_pController )
return;