mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2025-01-08 19:38:17 +01:00
Remove unused variable
This commit is contained in:
parent
15d66bd2fe
commit
e0b61e056e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user