Adds back default constructor as removing it caused it to no longer load
This commit is contained in:
@@ -89,6 +89,13 @@ public class Stargate extends JavaPlugin {
|
|||||||
private FileConfiguration newConfig;
|
private FileConfiguration newConfig;
|
||||||
private PluginManager pluginManager;
|
private PluginManager pluginManager;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Empty constructor necessary for Spigot
|
||||||
|
*/
|
||||||
|
public Stargate() {
|
||||||
|
super();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Special constructor used for MockBukkit
|
* Special constructor used for MockBukkit
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user