Skip to content

Commit 744438f

Browse files
authored
Fix leaking global (#3668)
It's unsuded anywhere outside this file
1 parent ca47a8b commit 744438f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lua/entities/gmod_wire_expression2/core

lua/entities/gmod_wire_expression2/core/find.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ end)
322322

323323
--[[************************************************************************]]--
324324

325-
function query_blocked(self, update)
325+
local function query_blocked(self, update)
326326
if (update) then
327327
if (self.data.findcount > 0) then
328328
self.data.findcount = self.data.findcount - 1

0 commit comments

Comments
 (0)