mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-18 07:07:40 +01:00
Made LiquidsFlowingOutListener priority to LOWEST
This commit is contained in:
parent
c623e7c036
commit
69ca910df4
@ -14,7 +14,7 @@ import world.bentobox.bentobox.lists.Flags;
|
||||
*/
|
||||
public class LiquidsFlowingOutListener extends FlagListener {
|
||||
|
||||
@EventHandler(priority = EventPriority.NORMAL)
|
||||
@EventHandler(priority = EventPriority.LOWEST)
|
||||
public void onLiquidFlow(BlockFromToEvent e) {
|
||||
Block from = e.getBlock();
|
||||
if (!from.isLiquid()) {
|
||||
|
Loading…
Reference in New Issue
Block a user