Skip to content

Commit 18efe50

Browse files
committedAug 5, 2014
Fix typo (thanks donat-b!).
1 parent 44c9576 commit 18efe50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎worldedit_gui/functionality.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ worldedit.register_gui_function("worldedit_gui_copy_move", {
360360

361361
worldedit.register_gui_handler("worldedit_gui_copy_move", function(name, fields)
362362
if fields.worldedit_gui_copy_move_copy or fields.worldedit_gui_copy_move_move then
363-
gui_axis1[name] = axis_indices[fields.worldedit_gui_cylinder_axis] or 4
363+
gui_axis1[name] = axis_indices[fields.worldedit_gui_copy_move_axis] or 4
364364
gui_distance1[name] = tostring(fields.worldedit_gui_copy_move_amount)
365365
worldedit.show_page(name, "worldedit_gui_copy_move")
366366
if fields.worldedit_gui_copy_move_copy then

0 commit comments

Comments
 (0)
Please sign in to comment.