Minor cleanup

This commit is contained in:
MoNTE48
2020-03-22 21:25:05 +01:00
committed by SmallJoker
parent 448fe3ebf1
commit 800a93f5ee
12 changed files with 8 additions and 22 deletions

View File

@ -1,4 +1,5 @@
local S = minetest.get_translator("areas")
-- I could depend on WorldEdit for this, but you need to have the 'worldedit'
-- permission to use those commands and you don't have
-- /area_pos{1,2} [X Y Z|X,Y,Z].
@ -262,4 +263,3 @@ minetest.register_entity("areas:pos2", {
areas.marker2[name] = nil
end,
})