mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-16 02:39:48 -04:00
Merge branch 'OC1.3-MC1.6.4' of github.com:MightyPirates/OpenComputers
This commit is contained in:
commit
aa0347b01b
@ -78,6 +78,9 @@ sandbox = {
|
||||
rawset = rawset,
|
||||
select = select,
|
||||
setmetatable = function(t, mt)
|
||||
if type(mt) ~= "table" then
|
||||
return setmetatable(t, mt)
|
||||
end
|
||||
local gc = rawget(mt, "__gc")
|
||||
if type(gc) == "function" then
|
||||
-- For all user __gc functions we enforce a much tighter deadline.
|
||||
|
Loading…
x
Reference in New Issue
Block a user