mirror of
https://github.com/minetest-mods/digtron.git
synced 2024-12-22 20:32:22 +01:00
removing collectgarbage() from layout creation
This commit is contained in:
parent
aa927fe26a
commit
4b810fc584
@ -49,7 +49,6 @@ local to_test = Pointset.create()
|
|||||||
local tested = Pointset.create()
|
local tested = Pointset.create()
|
||||||
|
|
||||||
function DigtronLayout.create(pos, player)
|
function DigtronLayout.create(pos, player)
|
||||||
collectgarbage()
|
|
||||||
local self = {}
|
local self = {}
|
||||||
setmetatable(self, DigtronLayout)
|
setmetatable(self, DigtronLayout)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user