From 66209cecdaec73ab2f06d16d6d7e93314d35bd8b Mon Sep 17 00:00:00 2001 From: s1lentq Date: Sun, 25 Sep 2016 17:42:25 +0700 Subject: [PATCH] Remove DelayedUse and gib on new round --- regamedll/dlls/multiplay_gamerules.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/regamedll/dlls/multiplay_gamerules.cpp b/regamedll/dlls/multiplay_gamerules.cpp index 626a76b8..0b74ea78 100644 --- a/regamedll/dlls/multiplay_gamerules.cpp +++ b/regamedll/dlls/multiplay_gamerules.cpp @@ -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); }