diff --git a/rehlds/engine/sv_main.cpp b/rehlds/engine/sv_main.cpp index ff5e6d7..cda9f84 100644 --- a/rehlds/engine/sv_main.cpp +++ b/rehlds/engine/sv_main.cpp @@ -5039,9 +5039,6 @@ size_t SV_CountResourceByType(resourcetype_t type, resource_t **pResourceList, s if (r->type != type) continue; - if (r->type == t_decal && r->nIndex >= MAX_DECALS) - continue; - if (pResourceList) pResourceList[nCount] = r;