mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-14 18:12:30 +01:00
Disable random_struct
This commit is contained in:
@ -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
|
||||
]===]
|
||||
|
Reference in New Issue
Block a user