forked from mtcontrib/Minetest-WorldEdit
Dynamic module loading - you can now delete any file in the worldedit mod except init.lua, and the relevant functionality will simply not be included.
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
worldedit = worldedit or {}
|
||||
|
||||
worldedit.allocate_old = worldedit.allocate
|
||||
worldedit.deserialize_old = worldedit.deserialize
|
||||
worldedit.metasave = function(pos1, pos2, filename)
|
||||
|
Reference in New Issue
Block a user