Remove unneeded return

This commit is contained in:
tastybento 2023-07-08 08:35:22 -07:00
parent 74a2e9d3c8
commit 54139b60f0

View File

@ -42,6 +42,5 @@ public class SculkSensorListener extends FlagListener
{
this.checkIsland(event, player, event.getBlock().getLocation(), Flags.SCULK_SENSOR, true);
}
return;
}
}