1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

Updated worldedit

This commit is contained in:
LeMagnesium
2015-06-20 19:46:49 +02:00
parent 962fb7b64a
commit 09ca7fb48a
5 changed files with 20 additions and 10 deletions

View File

@ -41,3 +41,4 @@ load_module(path .. "/compatibility.lua")
if minetest.setting_getbool("log_mods") then
print("[WorldEdit] Loaded!")
end

View File

@ -594,3 +594,4 @@ function worldedit.clear_objects(pos1, pos2)
end
return count
end