removed plugin getter from main
This commit is contained in:
parent
a3224df5be
commit
032d0d72ad
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -9,7 +9,7 @@ import org.bukkit.plugin.PluginDescriptionFile;
|
|||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
|
||||
public class Resurrection extends JavaPlugin {
|
||||
public Plugin plugin = getPlugin(Resurrection.class);
|
||||
// public Plugin plugin = getPlugin(Resurrection.class);
|
||||
|
||||
//spigot things
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue