Rename method on SettingsDependent

- Rename loadSettings to reload
- Make ProtocolLibService only implement SettingsDependent, not Relaodable alongside
This commit is contained in:
ljacqu
2016-07-09 09:24:25 +02:00
parent dff09935e6
commit aa6fe3e874
14 changed files with 24 additions and 28 deletions
@@ -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;
}