1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 11:45:51 +00:00

Remove juice one tick faster

This commit is contained in:
SoSeDiK 2019-03-27 21:07:33 +02:00
parent 5915e0dff4
commit bb35ab3d82

View File

@ -338,7 +338,7 @@ public class ItemListener implements Listener {
else if (m == 2) p.getInventory().removeItem(new ItemStack(Material.GLASS_BOTTLE, 1));
}
}, 1L);
}, 0L);
}
}
}