1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-25 13:49:12 +02:00

Some cleanup, refactoring of EssentialsHelp class

This commit is contained in:
snowleo
2011-10-27 00:03:16 +02:00
parent ddfa6092a5
commit 19dfef1a4f
24 changed files with 603 additions and 431 deletions

View File

@@ -60,7 +60,7 @@ public class UpdateProcess extends PlayerListener
currentPlayer.sendMessage("A newer version of EssentialsUpdate is found. Downloading new file and reloading server.");
}
Bukkit.getLogger().log(Level.INFO, "A newer version of EssentialsUpdate is found. Downloading new file and reloading server.");
new SelfUpdate(new WorkListener(plugin, updateCheck.getNewVersionInfo())
new SelfUpdate(new AbstractWorkListener(plugin, updateCheck.getNewVersionInfo())
{
@Override
public void onWorkAbort(final String message)