mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 10:08:54 +00:00
Fixed Adding Blocks to Cauldon in 1.7
This commit is contained in:
@@ -81,6 +81,9 @@ public class PlayerListener implements Listener {
|
||||
player.setItemInHand(new ItemStack(0));
|
||||
}
|
||||
}
|
||||
event.setCancelled(true);
|
||||
} else {
|
||||
event.setCancelled(true);
|
||||
}
|
||||
}
|
||||
// access a barrel
|
||||
|
||||
Reference in New Issue
Block a user