mirror of
https://github.com/rehlds/ReGameDLL_CS.git
synced 2025-08-03 05:09:39 +03:00
Remove DelayedUse and gib on new round
This commit is contained in:
parent
12acb2d8bf
commit
66209cecda
1 changed files with 5 additions and 0 deletions
|
@ -704,6 +704,11 @@ void CHalfLifeMultiplay::__API_VHOOK(CleanUpMap)()
|
||||||
// Old code only removed 4 kits and stopped.
|
// Old code only removed 4 kits and stopped.
|
||||||
UTIL_RemoveOther("item_thighpack");
|
UTIL_RemoveOther("item_thighpack");
|
||||||
|
|
||||||
|
#ifdef REGAMEDLL_FIXES
|
||||||
|
UTIL_RemoveOther("gib");
|
||||||
|
UTIL_RemoveOther("DelayedUse");
|
||||||
|
#endif
|
||||||
|
|
||||||
RemoveGuns();
|
RemoveGuns();
|
||||||
PLAYBACK_EVENT((FEV_GLOBAL | FEV_RELIABLE), 0, m_usResetDecals);
|
PLAYBACK_EVENT((FEV_GLOBAL | FEV_RELIABLE), 0, m_usResetDecals);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue