mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-11 09:05:01 +02:00
Remove obsolete version output
This commit is contained in:
@@ -27,8 +27,6 @@ public class EssentialsUpdate extends JavaPlugin
|
|||||||
updateProcess = new UpdateProcess(this, updateCheck);
|
updateProcess = new UpdateProcess(this, updateCheck);
|
||||||
updateProcess.registerEvents();
|
updateProcess.registerEvents();
|
||||||
|
|
||||||
Bukkit.getLogger().log(Level.INFO, "EssentialsUpdate {0} loaded.", getDescription().getVersion());
|
|
||||||
|
|
||||||
if (updateCheck.isEssentialsInstalled())
|
if (updateCheck.isEssentialsInstalled())
|
||||||
{
|
{
|
||||||
updateCheck.scheduleUpdateTask();
|
updateCheck.scheduleUpdateTask();
|
||||||
|
Reference in New Issue
Block a user