mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
remove sout
This commit is contained in:
parent
a0f66373b6
commit
ae4af4b804
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ public class ItemWaterBowl extends ItemBase{
|
|||
|
||||
@SubscribeEvent
|
||||
public void onPlayerInteractEvent(PlayerInteractEvent event){
|
||||
System.out.println("ACTIVE");
|
||||
if(event.getWorld() != null){
|
||||
if(ConfigBoolValues.WATER_BOWL.isEnabled()){
|
||||
if(event.getItemStack() != null && event.getItemStack().getItem() == Items.BOWL){
|
||||
|
|
Loading…
Reference in a new issue