mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
multiwand: update dangling call to wea.farwand
wea.farwand was renamed to worldeditadditions_tools, but this reference wasn't updated at the same time. This commit fixes that.
This commit is contained in:
parent
f2a6b5531a
commit
bb0d92ec36
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ wea_t.register_tool("multiwand", {
|
|||
local player_name = player:get_player_name()
|
||||
wea_c.pos.compat_worldedit_get(player_name)
|
||||
-- print("[farwand] on_use", player_name)
|
||||
local looking_pos, node_id = wea.farwand.do_raycast(player)
|
||||
local looking_pos, node_id = wea_t.do_raycast(player)
|
||||
push_pos(player_name, looking_pos)
|
||||
end,
|
||||
|
||||
|
|
Loading…
Reference in a new issue