diff --git a/dlls/weapons.h b/dlls/weapons.h index 20f1b354..223fd79a 100644 --- a/dlls/weapons.h +++ b/dlls/weapons.h @@ -475,6 +475,7 @@ public: }*/ return 200; } + int ObjectCaps( void ) { return CBaseEntity::ObjectCaps() & ~FCAP_ACROSS_TRANSITION | FCAP_DONT_SAVE; } }; #ifdef CLIENT_DLL