1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-11 17:15:07 +02:00

fix minimum required bukkit version.

This commit is contained in:
Iaccidentally
2012-10-29 14:26:51 -03:00
parent 39b38f0619
commit 651a62890a

View File

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