Disable random_struct

This commit is contained in:
Wuzzy 2017-01-27 14:27:40 +01:00
parent 61bdd40e8a
commit 3613fb1f43
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
-- Temporarily disable this mod because of HORRIBLE bugs
-- TODO: Re-enable this mod
--[===[
local init = os.clock()
random_struct ={}
@ -278,3 +282,6 @@ minetest.register_chatcommand("spawnstruct", {
local time_to_load= os.clock() - init
print(string.format("[MOD] "..minetest.get_current_modname().." loaded in %.4f s", time_to_load))
-- TODO: Remove after re-enabling this mod
]===]