mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Fix the tests.
This commit is contained in:
parent
d8a81923b1
commit
7bbb62ce50
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ public class Essentials extends JavaPlugin implements IEssentials
|
|||
logger.log(Level.INFO, dataFolder.toString());
|
||||
this.initialize(null, server, new PluginDescriptionFile(new FileReader(new File("src" + File.separator + "plugin.yml"))), dataFolder, null, null);
|
||||
settings = new Settings(dataFolder);
|
||||
permissionsHandler = new ConfigPermissionsHandler(this);
|
||||
setStatic();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue