mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Merge branch 'master' into bukkit
This commit is contained in:
commit
1917c94592
@ -1637,7 +1637,7 @@ public class WorldEditController {
|
||||
dir = player.getCardinalDirection();
|
||||
}
|
||||
|
||||
if (dirStr.charAt(0) == 'u' || dir == LocalPlayer.DIRECTION.WEST) {
|
||||
if (dirStr.charAt(0) == 'w' || dir == LocalPlayer.DIRECTION.WEST) {
|
||||
zm += 1;
|
||||
} else if (dirStr.charAt(0) == 'e' || dir == LocalPlayer.DIRECTION.EAST) {
|
||||
zm -= 1;
|
||||
|
Loading…
Reference in New Issue
Block a user