Skip to content

Commit

Permalink
Fixed typo where BEACON was COMMAND_BLOCK instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
sk89q committed Nov 12, 2012
1 parent 942ce95 commit 2e7ecc5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -694,7 +694,7 @@ private void handleBlockRightClick(PlayerInteractEvent event) {
|| type == BlockID.BREWING_STAND
|| type == BlockID.ENCHANTMENT_TABLE
|| type == BlockID.CAULDRON
|| type == BlockID.COMMAND_BLOCK) {
|| type == BlockID.BEACON) {
if (!plugin.getGlobalRegionManager().hasBypass(player, world)
&& !set.canBuild(localPlayer)
&& !set.allows(DefaultFlag.USE, localPlayer)) {
Expand Down

0 comments on commit 2e7ecc5

Please sign in to comment.