Fix typo (thanks donat-b!).

This commit is contained in:
Uberi 2014-08-05 18:34:13 -04:00
parent 44c9576f8a
commit 18efe50e1e
1 changed files with 1 additions and 1 deletions

View File

@ -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