forked from VoxeLibre/VoxeLibre
Disable random_struct
This commit is contained in:
parent
61bdd40e8a
commit
3613fb1f43
|
@ -1,3 +1,7 @@
|
||||||
|
-- Temporarily disable this mod because of HORRIBLE bugs
|
||||||
|
-- TODO: Re-enable this mod
|
||||||
|
--[===[
|
||||||
|
|
||||||
local init = os.clock()
|
local init = os.clock()
|
||||||
random_struct ={}
|
random_struct ={}
|
||||||
|
|
||||||
|
@ -278,3 +282,6 @@ minetest.register_chatcommand("spawnstruct", {
|
||||||
|
|
||||||
local time_to_load= os.clock() - init
|
local time_to_load= os.clock() - init
|
||||||
print(string.format("[MOD] "..minetest.get_current_modname().." loaded in %.4f s", time_to_load))
|
print(string.format("[MOD] "..minetest.get_current_modname().." loaded in %.4f s", time_to_load))
|
||||||
|
|
||||||
|
-- TODO: Remove after re-enabling this mod
|
||||||
|
]===]
|
||||||
|
|
Loading…
Reference in New Issue