Stopping versionchecker after finding the information successfully
Adding information about the termination of the versionchecker
This commit is contained in:
parent
97758d6f61
commit
bb865c72a4
1 changed files with 3 additions and 0 deletions
|
@ -103,6 +103,9 @@ public class VersionChecker implements Runnable
|
|||
versionInf.setString( "newFileName", "appliedenergistics2-" + AEConfig.instance.latestVersion + ".jar" );
|
||||
FMLInterModComms.sendRuntimeMessage( AppEng.instance, "VersionChecker", "addUpdate", versionInf );
|
||||
VersionChecker = false;
|
||||
|
||||
AELog.info( "Stopping VersionChecker" );
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue