1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-16 11:37:30 +02:00

Allow the use of non-development Bukkit builds at runtime

Unsafe code is surrounded by sufficient handling
This commit is contained in:
Chris Ward
2014-01-30 10:43:26 +11:00
parent a6a33b9c4e
commit 14e190282c

View File

@@ -82,7 +82,7 @@ import org.yaml.snakeyaml.error.YAMLException;
public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials
{ {
public static final int BUKKIT_VERSION = 2985; public static final int BUKKIT_VERSION = 2882;
private static final Logger LOGGER = Logger.getLogger("Essentials"); private static final Logger LOGGER = Logger.getLogger("Essentials");
private transient ISettings settings; private transient ISettings settings;
private final transient TNTExplodeListener tntListener = new TNTExplodeListener(this); private final transient TNTExplodeListener tntListener = new TNTExplodeListener(this);