mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-09-04 10:11:47 +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()
|
void CFuncTank::StopControl()
|
||||||
{
|
{
|
||||||
|
if( m_pLaser )
|
||||||
|
m_pLaser->TurnOff();
|
||||||
|
|
||||||
// TODO: bring back the controllers current weapon
|
// TODO: bring back the controllers current weapon
|
||||||
if( !m_pController )
|
if( !m_pController )
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user