Made LiquidsFlowingOutListener priority to LOWEST

This commit is contained in:
Florian CUNY 2019-02-09 11:35:28 +01:00
parent c623e7c036
commit 69ca910df4

View File

@ -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()) {