FabledSkyBlock/src/main/java/com/craftaro/skyblock/upgrade
Christian Koop 4df43fccad
Fixes startup issues because of renamed Enum constants
The constants #name() was used when reading various plugin configurations.
After me renaming them in 308d8ca7b9 they stopped
matching in the configurations and broke everything horibly.

This commit introduces a friendly name to keep the new names but still support existing configuration files.
2023-08-16 17:27:05 +02:00
..
Upgrade.java Fixes startup issues because of renamed Enum constants 2023-08-16 17:27:05 +02:00
UpgradeManager.java Fixes startup issues because of renamed Enum constants 2023-08-16 17:27:05 +02:00