KumaV1 / Custom-Modifiers-in-Melvor

MIT License
0 stars 0 forks source link

Register monster type data regardless of whether a type is active #29

Closed KumaV1 closed 9 months ago

KumaV1 commented 9 months ago

Description Currently, as part of the goal of optimizing the performance of the monster-types system, certain data (modifiers, translation and tiny icons) is registered whenever a monster type is "activated".

Considering the very low effect on overall performance, said data should now be registered regardless of whether the corresponding monster type is active or not.

Reasons

Goals

Semi-Optional Goals