Remove unused variable

This commit is contained in:
GeorgH93 2022-12-10 11:47:49 +01:00
parent 15d66bd2fe
commit e0b61e056e
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8

View File

@ -26,7 +26,7 @@
import org.jetbrains.annotations.NotNull;
/**
* Uses BadRabbit to initiate the plugin in normal or standalone mode depending on the users environment.
* Uses BadRabbit to initiate the plugin in normal or standalone mode depending on the users' environment.
*/
@SuppressWarnings("unused")
public class MinepacksBadRabbit extends BadRabbit
@ -34,7 +34,6 @@ public class MinepacksBadRabbit extends BadRabbit
@Override
protected @NotNull JavaPlugin createInstance() throws Exception
{
JavaPlugin newPluginInstance = null;
Plugin pcgfPluginLib = Bukkit.getPluginManager().getPlugin("PCGF_PluginLib");
boolean standalone = true;
if(pcgfPluginLib != null)