Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo (thanks donat-b!).
  • Loading branch information
Uberi committed Aug 5, 2014
1 parent 44c9576 commit 18efe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worldedit_gui/functionality.lua
Expand Up @@ -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
Expand Down

0 comments on commit 18efe50

Please sign in to comment.