mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-09 12:30:42 +01:00
Fix the tests.
This commit is contained in:
parent
d8a81923b1
commit
7bbb62ce50
@ -83,6 +83,7 @@ public class Essentials extends JavaPlugin implements IEssentials
|
|||||||
logger.log(Level.INFO, dataFolder.toString());
|
logger.log(Level.INFO, dataFolder.toString());
|
||||||
this.initialize(null, server, new PluginDescriptionFile(new FileReader(new File("src" + File.separator + "plugin.yml"))), dataFolder, null, null);
|
this.initialize(null, server, new PluginDescriptionFile(new FileReader(new File("src" + File.separator + "plugin.yml"))), dataFolder, null, null);
|
||||||
settings = new Settings(dataFolder);
|
settings = new Settings(dataFolder);
|
||||||
|
permissionsHandler = new ConfigPermissionsHandler(this);
|
||||||
setStatic();
|
setStatic();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user