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