Oheers / EvenMoreFish

An advanced fishing plugin based on MoreFish, created 2 years after its last update.
MIT License
96 stars 60 forks source link

Message Optimization #462

Closed FireML closed 1 month ago

FireML commented 1 month ago

Prevents needing to create a copy of the class when broadcasting to all players. This should be a bit better on performance, as we don't need to make a ton of new Message instances.

I left the createCopy method in case it's useful elsewhere.