mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-21 14:55:17 +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)
|
||||
.setLocation(block.getLocation())
|
||||
.addXP(event.getExpToDrop())
|
||||
.forceTelekinesis()
|
||||
.push();
|
||||
|
||||
event.setExpToDrop(0);
|
||||
|
Loading…
Reference in New Issue
Block a user