1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-06 22:56:41 +02:00

Update bukkit/craftbukkit libs. Force latest beta version

This commit is contained in:
Chris Ward
2013-01-10 22:51:48 +11:00
parent a880cfb888
commit 27a803f744
2 changed files with 1 additions and 1 deletions

View File

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

Binary file not shown.