diff --git a/worldedit_commands/mark.lua b/worldedit_commands/mark.lua index fa588d6..9f7b020 100644 --- a/worldedit_commands/mark.lua +++ b/worldedit_commands/mark.lua @@ -156,7 +156,6 @@ minetest.register_entity(":worldedit:pos2", { minetest.register_entity(":worldedit:region_cube", { initial_properties = { visual = "upright_sprite", - visual_size = {x=1.1, y=1.1}, textures = {"worldedit_cube.png"}, visual_size = {x=10, y=10}, physical = false,