mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-22 15:05:18 +01:00
Optimised telekinesis further
This commit is contained in:
parent
b35cbcf571
commit
47f84d4124
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user