mirror of
https://github.com/songoda/EpicHoppers.git
synced 2024-11-06 02:29:42 +01:00
make plugin compile again after latest core update
This commit is contained in:
parent
2ff1097691
commit
0960475479
@ -252,6 +252,10 @@ public class EpicHoppers extends SongodaPlugin {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onDataLoad() {
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onConfigReload() {
|
public void onConfigReload() {
|
||||||
this.setLocale(getConfig().getString("System.Language Mode"), true);
|
this.setLocale(getConfig().getString("System.Language Mode"), true);
|
||||||
|
Loading…
Reference in New Issue
Block a user