Rename method on SettingsDependent
- Rename loadSettings to reload - Make ProtocolLibService only implement SettingsDependent, not Relaodable alongside
This commit is contained in:
@@ -33,7 +33,7 @@ public class PostConstructTestClass implements SettingsDependent {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void loadSettings(NewSetting settings) {
|
||||
public void reload(NewSetting settings) {
|
||||
if (settings != null) {
|
||||
wasReloaded = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user