This commit is contained in:
speedvoltage 2025-03-29 21:40:44 +01:00 committed by GitHub
commit 4e344bba7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1128,7 +1128,7 @@ void CWeaponPhysCannon::Drop( const Vector &vecVelocity )
ForceDrop();
#ifndef CLIENT_DLL
UTIL_Remove( this );
Delete();
#endif
}