mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-06 12:33:03 +00:00
Fix Minecart class rename
Lets use consistent versions in the code base Bukkit: 1700 CB: 2648
This commit is contained in:
parent
24a9a74fd5
commit
6185581962
4 changed files with 13 additions and 12 deletions
|
@ -69,7 +69,7 @@ import org.yaml.snakeyaml.error.YAMLException;
|
|||
|
||||
public class Essentials extends JavaPlugin implements IEssentials
|
||||
{
|
||||
public static final int BUKKIT_VERSION = 2646;
|
||||
public static final int BUKKIT_VERSION = 2648;
|
||||
private static final Logger LOGGER = Logger.getLogger("Minecraft");
|
||||
private transient ISettings settings;
|
||||
private final transient TNTExplodeListener tntListener = new TNTExplodeListener(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue