mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
fixup
This commit is contained in:
parent
b57b3e85ee
commit
90f97234a8
1 changed files with 2 additions and 1 deletions
|
@ -84,6 +84,7 @@ local function compat_worldedit_pos2_get(player_name)
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Sets pos1/pos2 in worldedit for compatibility.
|
--- Sets pos1/pos2 in worldedit for compatibility.
|
||||||
|
-- @internal
|
||||||
-- @param player_name string The name of the player to set the position for.
|
-- @param player_name string The name of the player to set the position for.
|
||||||
-- @param i number The index of the position to set.
|
-- @param i number The index of the position to set.
|
||||||
-- @param pos Vector3 The position to set.
|
-- @param pos Vector3 The position to set.
|
||||||
|
@ -106,6 +107,7 @@ local function compat_worldedit_set(player_name, i, pos, do_update)
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Fetches pos1/pos2 from WorldEdit (if available) and sets them in WorldEditAdditions' postional subsystem
|
--- Fetches pos1/pos2 from WorldEdit (if available) and sets them in WorldEditAdditions' postional subsystem
|
||||||
|
-- @internal
|
||||||
-- @param player_name string The name of the player to sync the positions for.
|
-- @param player_name string The name of the player to sync the positions for.
|
||||||
local function compat_worldedit_get(player_name)
|
local function compat_worldedit_get(player_name)
|
||||||
compat_worldedit_pos1_get(player_name)
|
compat_worldedit_pos1_get(player_name)
|
||||||
|
@ -334,7 +336,6 @@ anchor = wea_c.EventEmitter.new({
|
||||||
set_all = set_all,
|
set_all = set_all,
|
||||||
unmark = unmark,
|
unmark = unmark,
|
||||||
mark = mark,
|
mark = mark,
|
||||||
compat_worldedit_get = compat_worldedit_get,
|
|
||||||
})
|
})
|
||||||
anchor.debug = false
|
anchor.debug = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue