Small fixes

This commit is contained in:
Justin van der Leij 2018-11-26 12:37:28 +01:00
parent f7a394f057
commit 6ddb28ffbc
10 changed files with 85 additions and 71 deletions

View file

@ -156,5 +156,7 @@ function System:disabledCallback(callbackName) -- luacheck: ignore
end
return setmetatable(System, {
__call = function(_, ...) return System.new(...) end,
__call = function(_, ...)
return System.new(...)
end,
})