mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-13 05:51:19 +00:00
Merge fd29683101
This commit is contained in:
parent
f318cab1c2
commit
0570769d35
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user