mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-22 15:05:18 +01:00
Moved melee particles to new thread
This commit is contained in:
parent
a4baefb092
commit
d0e8969178
@ -155,7 +155,7 @@ public abstract class Artifact extends EcoEnchant {
|
||||
victim.getWorld().spawnParticle(particle, particleLocation2, 1, 0, 0, 0, 0, extra, false);
|
||||
}
|
||||
}
|
||||
}).runTaskTimer(0, 1);
|
||||
}).runTaskTimerAsynchronously(0, 1);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user