mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-04-21 14:03:44 +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
|
||||
|
||||
// Remove grenades and C4
|
||||
const int grenadesRemoveCount = 20;
|
||||
UTIL_RemoveOther("grenade", grenadesRemoveCount);
|
||||
UTIL_RemoveOther("grenade");
|
||||
|
||||
#ifndef REGAMEDLL_FIXES
|
||||
// Remove defuse kit
|
||||
|
Loading…
x
Reference in New Issue
Block a user