I had just compiled this, not sure how that errors slipped through

This commit is contained in:
mrapple 2011-07-23 10:54:38 -05:00
parent 15b97782c4
commit 40772cbc67

View File

@ -94,7 +94,7 @@ public class WorldEditPlayerListener extends PlayerListener {
LocalPlayer player = wrapPlayer(event.getPlayer());
if (!(event.getAction() == Action.LEFT_CLICK_BLOCK && plugin.getWorldEdit().handleBlockLeftClick(player, pos))) {
plugin.getWorldEdit().handleArmSwing(localPlayer);
plugin.getWorldEdit().handleArmSwing(player);
}
event.setCancelled(true);
} else if (event.getAction() == Action.RIGHT_CLICK_BLOCK) {