diff options
Diffstat (limited to 'worldedit_commands/cuboidapi.lua')
-rw-r--r-- | worldedit_commands/cuboidapi.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |