From f1fe0c6bba883f1f547fb08b0e944878ce4293bf Mon Sep 17 00:00:00 2001 From: Daniel Sosa Date: Mon, 16 Feb 2015 02:28:50 +0000 Subject: Fix /shift command to conform to worldedit command standard --- worldedit_commands/cuboidapi.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'worldedit_commands/cuboidapi.lua') diff --git a/worldedit_commands/cuboidapi.lua b/worldedit_commands/cuboidapi.lua index 08b364a..d91b071 100644 --- a/worldedit_commands/cuboidapi.lua +++ b/worldedit_commands/cuboidapi.lua @@ -205,7 +205,7 @@ end worldedit.translate_direction = function(name, direction) local axis, dir = worldedit.player_axis(name) local resaxis, resdir - + if direction == "up" then return 'y', 1 end -- cgit v1.2.3