Closed archer-321 closed 2 years ago
Thanks! Could you fix this for CraftWorld.Spigot
as well? It might be worth to use the new import solution to edit EnumParticle
and add the map there.
I'm not quite sure whether that's what you mean with "the new import solution", but this should also apply this patch to CraftWorld
.
This PR adds a patch that improves the server's performance by replacing an inefficient String#replace() that's called inside a loop with an EnumMap. This is most noticeable when using lots of particles.