diff --git a/src/game/shared/hl2mp/weapon_physcannon.cpp b/src/game/shared/hl2mp/weapon_physcannon.cpp index 26fdfefdb..8503e3f53 100644 --- a/src/game/shared/hl2mp/weapon_physcannon.cpp +++ b/src/game/shared/hl2mp/weapon_physcannon.cpp @@ -1128,7 +1128,7 @@ void CWeaponPhysCannon::Drop( const Vector &vecVelocity ) ForceDrop(); #ifndef CLIENT_DLL - UTIL_Remove( this ); + Delete(); #endif }