mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
I don't know why I did this.
This commit is contained in:
parent
0a21c048c4
commit
23853bd7f5
1 changed files with 1 additions and 3 deletions
|
@ -5,14 +5,13 @@
|
||||||
* http://github.com/Ellpeck/ActuallyAdditions/blob/master/README.md
|
* http://github.com/Ellpeck/ActuallyAdditions/blob/master/README.md
|
||||||
* View the source code at https://github.com/Ellpeck/ActuallyAdditions
|
* View the source code at https://github.com/Ellpeck/ActuallyAdditions
|
||||||
*
|
*
|
||||||
* © 2015 Ellpeck
|
* <EFBFBD> 2015 Ellpeck
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package ellpeck.actuallyadditions.update;
|
package ellpeck.actuallyadditions.update;
|
||||||
|
|
||||||
import ellpeck.actuallyadditions.config.values.ConfigBoolValues;
|
import ellpeck.actuallyadditions.config.values.ConfigBoolValues;
|
||||||
import ellpeck.actuallyadditions.util.ModUtil;
|
import ellpeck.actuallyadditions.util.ModUtil;
|
||||||
import ellpeck.actuallyadditions.util.Util;
|
|
||||||
|
|
||||||
public class UpdateChecker{
|
public class UpdateChecker{
|
||||||
|
|
||||||
|
@ -25,7 +24,6 @@ public class UpdateChecker{
|
||||||
public void init(){
|
public void init(){
|
||||||
if(ConfigBoolValues.DO_UPDATE_CHECK.isEnabled()){
|
if(ConfigBoolValues.DO_UPDATE_CHECK.isEnabled()){
|
||||||
ModUtil.LOGGER.info("Initializing Update Checker...");
|
ModUtil.LOGGER.info("Initializing Update Checker...");
|
||||||
Util.registerEvent(this);
|
|
||||||
new ThreadUpdateChecker();
|
new ThreadUpdateChecker();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue