Optimised telekinesis further

This commit is contained in:
Auxilor 2020-12-19 19:15:09 +00:00
parent b35cbcf571
commit 47f84d4124

View File

@ -83,6 +83,7 @@ public class Telekinesis extends EcoEnchant {
new DropQueue(player) new DropQueue(player)
.setLocation(block.getLocation()) .setLocation(block.getLocation())
.addXP(event.getExpToDrop()) .addXP(event.getExpToDrop())
.forceTelekinesis()
.push(); .push();
event.setExpToDrop(0); event.setExpToDrop(0);