mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-04-25 07:53:39 +03:00
FIX
: Remove grenades and C4 (#1066)
This commit is contained in:
parent
99d93ba8a7
commit
a4f48f4e42
@ -656,8 +656,7 @@ void EXT_FUNC CHalfLifeMultiplay::__API_HOOK(CleanUpMap)()
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Remove grenades and C4
|
// Remove grenades and C4
|
||||||
const int grenadesRemoveCount = 20;
|
UTIL_RemoveOther("grenade");
|
||||||
UTIL_RemoveOther("grenade", grenadesRemoveCount);
|
|
||||||
|
|
||||||
#ifndef REGAMEDLL_FIXES
|
#ifndef REGAMEDLL_FIXES
|
||||||
// Remove defuse kit
|
// Remove defuse kit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user