mirror of
https://github.com/essentials/Essentials.git
synced 2025-02-25 00:42:48 +01:00
Fix the tests.
This commit is contained in:
parent
95e7c8009f
commit
85e9ba171c
@ -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…
x
Reference in New Issue
Block a user