Prevent crash on saved weaponboxes

This commit is contained in:
mittorn 2016-12-31 18:03:00 +02:00
parent b3246142f7
commit 0e48f74d0b
1 changed files with 1 additions and 0 deletions

View File

@ -475,6 +475,7 @@ public:
}*/
return 200;
}
int ObjectCaps( void ) { return CBaseEntity::ObjectCaps() & ~FCAP_ACROSS_TRANSITION | FCAP_DONT_SAVE; }
};
#ifdef CLIENT_DLL