Browse Source

Prevent crash on saved weaponboxes

gravgun
mittorn 8 years ago
parent
commit
0e48f74d0b
  1. 1
      dlls/weapons.h

1
dlls/weapons.h

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

Loading…
Cancel
Save