forked from fzorb/noThankYouMicrosoft
make reReadDatabase() static
This commit is contained in:
parent
45c2770873
commit
c882fe6031
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public final class NoThankYouMicrosoft extends JavaPlugin {
|
|||
}
|
||||
}
|
||||
|
||||
public void reReadDatabase() {
|
||||
public static void reReadDatabase() {
|
||||
databaseFile = new File(getDataFolder(), "database.yml");
|
||||
databaseFileConfig = new YamlConfiguration();
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue