mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-26 00:53:00 +00:00
Removed unneeded local
This commit is contained in:
parent
5ffa67b7ac
commit
c39fc1c9e8
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
-- ██ ██ ██ ██ ██ ██ ██ ██
|
-- ██ ██ ██ ██ ██ ██ ██ ██
|
||||||
-- ██████ ███████ ██████ ██████ ██████
|
-- ██████ ███████ ██████ ██████ ██████
|
||||||
worldeditadditions.add_pos = {}
|
worldeditadditions.add_pos = {}
|
||||||
local wea = worldeditadditions
|
|
||||||
function worldeditadditions.selection.add_point(name, pos)
|
function worldeditadditions.selection.add_point(name, pos)
|
||||||
if pos ~= nil then
|
if pos ~= nil then
|
||||||
-- print("[set_pos1]", name, "("..pos.x..", "..pos.y..", "..pos.z..")")
|
-- print("[set_pos1]", name, "("..pos.x..", "..pos.y..", "..pos.z..")")
|
||||||
|
|
Loading…
Reference in a new issue