Removes KnarLib.setPlugin call
Some checks failed
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
Some checks failed
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
This commit is contained in:
parent
a26cc30092
commit
ef97da9177
@ -1,6 +1,5 @@
|
|||||||
package net.knarcraft.stargate;
|
package net.knarcraft.stargate;
|
||||||
|
|
||||||
import net.knarcraft.knarlib.KnarLib;
|
|
||||||
import net.knarcraft.knarlib.util.UpdateChecker;
|
import net.knarcraft.knarlib.util.UpdateChecker;
|
||||||
import net.knarcraft.stargate.command.CommandStarGate;
|
import net.knarcraft.stargate.command.CommandStarGate;
|
||||||
import net.knarcraft.stargate.command.StarGateTabCompleter;
|
import net.knarcraft.stargate.command.StarGateTabCompleter;
|
||||||
@ -340,8 +339,6 @@ public class Stargate extends JavaPlugin {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onEnable() {
|
public void onEnable() {
|
||||||
KnarLib.setPlugin(this);
|
|
||||||
|
|
||||||
PluginDescriptionFile pluginDescriptionFile = this.getDescription();
|
PluginDescriptionFile pluginDescriptionFile = this.getDescription();
|
||||||
pluginManager = getServer().getPluginManager();
|
pluginManager = getServer().getPluginManager();
|
||||||
FileConfiguration newConfig = this.getConfig();
|
FileConfiguration newConfig = this.getConfig();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user