Moved melee particles to new thread

This commit is contained in:
Auxilor 2021-09-12 19:58:30 +01:00
parent a4baefb092
commit d0e8969178

View File

@ -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