mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Fixed Existing Lua Check Errors
This commit is contained in:
@@ -72,7 +72,7 @@ local function handler_factory(event_name)
|
||||
return function(element_name, handler)
|
||||
local element = ExpGui.defines[element_name]
|
||||
if not element then return end
|
||||
element[event_name](element,function(_,_,event)
|
||||
element[event_name](element, function(_, _,event)
|
||||
handler(event)
|
||||
end)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user