mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2024-11-15 10:55:20 +01:00
Bugfix autoupdater
This commit is contained in:
parent
c79c262db1
commit
08f5c3a58f
@ -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"));
|
||||
|
Loading…
Reference in New Issue
Block a user