Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions garrysmod/lua/includes/extensions/entity_iter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,3 @@ function InvalidateInternalEntityCache( isPly )
if ( isPly ) then PlayerCache = nil end

end

local function InvalidateInternalEntityCacheOld( ent )

InvalidateInternalEntityCache( ent:IsPlayer() )

end

-- These are for non-updated servers
-- TODO: Remove me after update is released (past June 2025)
hook.Add( "OnEntityCreated", "ents.Iterator", InvalidateInternalEntityCacheOld )
hook.Add( "EntityRemoved", "ents.Iterator", InvalidateInternalEntityCacheOld )
Binary file modified garrysmod/resource/garrysmod_english.txt
Binary file not shown.