Bugfix autoupdater

This commit is contained in:
Georg 2015-04-29 14:27:05 +02:00
parent c79c262db1
commit 08f5c3a58f

View File

@ -59,7 +59,7 @@ public void onDisable()
{
if(config.getAutoUpdate())
{
new Bukkit_Updater(this, 74734, this.getFile(), UpdateType.DEFAULT, true);
new Bukkit_Updater(this, 83445, this.getFile(), UpdateType.DEFAULT, true);
}
DB.Close();
log.info(lang.Get("Console.Disabled"));