mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 12:23:59 +00:00
Requires #1988 because of the new Inventory stuff
This commit is contained in:
parent
6d1c270976
commit
454f7d30de
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ import org.yaml.snakeyaml.error.YAMLException;
|
|||
|
||||
public class Essentials extends JavaPlugin implements IEssentials
|
||||
{
|
||||
public static final int BUKKIT_VERSION = 1958;
|
||||
public static final int BUKKIT_VERSION = 1988;
|
||||
private static final Logger LOGGER = Logger.getLogger("Minecraft");
|
||||
private transient ISettings settings;
|
||||
private final transient TNTExplodeListener tntListener = new TNTExplodeListener(this);
|
||||
|
|
Loading…
Reference in a new issue