mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-26 04:35:43 +01:00
Remove unneeded return
This commit is contained in:
parent
74a2e9d3c8
commit
54139b60f0
@ -42,6 +42,5 @@ public class SculkSensorListener extends FlagListener
|
||||
{
|
||||
this.checkIsland(event, player, event.getBlock().getLocation(), Flags.SCULK_SENSOR, true);
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user