mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-06-01 20:17:33 +00:00
Forgot this again. :D
This commit is contained in:
parent
ccfc3b8d78
commit
b637e494c2
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ import org.bukkit.scheduler.BukkitScheduler;
|
|||
|
||||
public class Essentials extends JavaPlugin implements IEssentials
|
||||
{
|
||||
public static final int BUKKIT_VERSION = 1518;
|
||||
public static final int BUKKIT_VERSION = 1522;
|
||||
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