summaryrefslogtreecommitdiff
path: root/worldedit_gui
diff options
context:
space:
mode:
authorUberi <azhang9@gmail.com>2014-08-05 18:34:13 -0400
committerUberi <azhang9@gmail.com>2014-08-05 18:34:43 -0400
commit18efe50e1ea4ea5bb72ab2376cbae952049289ee (patch)
treeb14f6ced131a25792c331cf2f2a1d59ea8d071a7 /worldedit_gui
parent44c9576f8a5d5dce8b7ae54aaa617c1942b5a344 (diff)
Fix typo (thanks donat-b!).
Diffstat (limited to 'worldedit_gui')
-rw-r--r--worldedit_gui/functionality.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/worldedit_gui/functionality.lua b/worldedit_gui/functionality.lua
index f331d4d..620f6c4 100644
--- a/worldedit_gui/functionality.lua
+++ b/worldedit_gui/functionality.lua
@@ -360,7 +360,7 @@ worldedit.register_gui_function("worldedit_gui_copy_move", {
worldedit.register_gui_handler("worldedit_gui_copy_move", function(name, fields)
if fields.worldedit_gui_copy_move_copy or fields.worldedit_gui_copy_move_move then
- gui_axis1[name] = axis_indices[fields.worldedit_gui_cylinder_axis] or 4
+ gui_axis1[name] = axis_indices[fields.worldedit_gui_copy_move_axis] or 4
gui_distance1[name] = tostring(fields.worldedit_gui_copy_move_amount)
worldedit.show_page(name, "worldedit_gui_copy_move")
if fields.worldedit_gui_copy_move_copy then