mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 11:44:42 +02:00
Config validation rewrite part 1
This commit is contained in:
@ -19,6 +19,12 @@ public class UpgradeManager extends BukkitConfig {
|
||||
loadKeys();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void validateConfigKeys() {
|
||||
//TODO: Rewrite legacy validation code
|
||||
// Look into what needs to change for this
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if the given {@link UpgradeType} is necessary.
|
||||
*
|
||||
|
Reference in New Issue
Block a user