Changed access modifier for itemIDChecker
This commit is contained in:
parent
84f1d354eb
commit
1ccf419294
@ -149,8 +149,10 @@ public class SavageFactions extends MPlugin {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.loadSuccessful = false;
|
this.loadSuccessful = false;
|
||||||
|
|
||||||
saveDefaultConfig();
|
saveDefaultConfig();
|
||||||
|
|
||||||
|
|
||||||
// Load Conf from disk
|
// Load Conf from disk
|
||||||
Conf.load();
|
Conf.load();
|
||||||
Essentials.setup();
|
Essentials.setup();
|
||||||
@ -169,8 +171,6 @@ public class SavageFactions extends MPlugin {
|
|||||||
Board.getInstance().load();
|
Board.getInstance().load();
|
||||||
Board.getInstance().clean();
|
Board.getInstance().clean();
|
||||||
|
|
||||||
//inspect stuff
|
|
||||||
|
|
||||||
|
|
||||||
// Add Base Commands
|
// Add Base Commands
|
||||||
this.cmdBase = new FCmdRoot();
|
this.cmdBase = new FCmdRoot();
|
||||||
@ -306,7 +306,7 @@ public class SavageFactions extends MPlugin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public void changeItemIDSInConfig() {
|
private void changeItemIDSInConfig() {
|
||||||
|
|
||||||
|
|
||||||
SavageFactions.plugin.log("Starting conversion of legacy material in config to 1.13 materials.");
|
SavageFactions.plugin.log("Starting conversion of legacy material in config to 1.13 materials.");
|
||||||
|
Loading…
Reference in New Issue
Block a user