mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-28 15:45:41 +03:00
Remove DelayedUse and gib on new round
This commit is contained in:
parent
12acb2d8bf
commit
66209cecda
@ -704,6 +704,11 @@ void CHalfLifeMultiplay::__API_VHOOK(CleanUpMap)()
|
||||
// Old code only removed 4 kits and stopped.
|
||||
UTIL_RemoveOther("item_thighpack");
|
||||
|
||||
#ifdef REGAMEDLL_FIXES
|
||||
UTIL_RemoveOther("gib");
|
||||
UTIL_RemoveOther("DelayedUse");
|
||||
#endif
|
||||
|
||||
RemoveGuns();
|
||||
PLAYBACK_EVENT((FEV_GLOBAL | FEV_RELIABLE), 0, m_usResetDecals);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user