From 3613fb1f43f82e75bbce385c27ded5614c59d44c Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 27 Jan 2017 14:27:40 +0100 Subject: [PATCH] Disable random_struct --- mods/random_struct/init.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mods/random_struct/init.lua b/mods/random_struct/init.lua index 95158a866..6c3684f5f 100644 --- a/mods/random_struct/init.lua +++ b/mods/random_struct/init.lua @@ -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 +]===]