Skip to content

Commit

Permalink
fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
Fasteroid committed Jul 13, 2024
1 parent c0c1363 commit 874a44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/entities/gmod_wire_expression2/core/ranger.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ local function addDefaultEntityToFilter(self, ent)
local rangerfilter = data.rangerfilter
if (#rangerfilter < 1) and (not data.rangerwhitelistmode) and (not data.rangerfilter_lookup[basefilterent]) then
rangerfilter[#rangerfilter+1] = basefilterent
rangerfilter_lookup[basefilterent] = true
data.rangerfilter_lookup[basefilterent] = true
end
end

Expand Down

0 comments on commit 874a44c

Please sign in to comment.