Fixed typo.

This commit is contained in:
Psithief 2012-06-09 13:57:21 +08:00
parent 90198717b0
commit 8cf68a9562

View File

@ -192,7 +192,7 @@ public class PlayerListener extends ModifyworldListener {
event.getPlayer().updateInventory();
}
}
if (action == Action.RIGHT_CLICK_BLOCK) {
if (action == Action.RIGHT_CLICK_AIR) {
return;
}
}