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)
.setLocation(block.getLocation())
.addXP(event.getExpToDrop())
.forceTelekinesis()
.push();
event.setExpToDrop(0);