2
0
mirror of https://github.com/s1lentq/ReGameDLL_CS.git synced 2025-07-11 07:46:19 +03:00

FIX: Remove grenades and C4 ()

This commit is contained in:
GLoOoccK 2025-04-20 11:13:08 -03:00 committed by GitHub
parent 99d93ba8a7
commit a4f48f4e42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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