diff --git a/src/gs-entbase/server/func_physbox.qc b/src/gs-entbase/server/func_physbox.qc index 0933a4c7..59c37cc9 100644 --- a/src/gs-entbase/server/func_physbox.qc +++ b/src/gs-entbase/server/func_physbox.qc @@ -79,9 +79,7 @@ func_physbox::func_physbox(void) void func_physbox::Death(void) { - Hide(); - SetSolid(SOLID_NOT); - SetTakedamage(DAMAGE_NO); + Disappear(); } void