Stopping versionchecker after finding the information successfully

Adding information about the termination of the versionchecker
This commit is contained in:
thatsIch 2014-10-09 15:57:43 +02:00
parent 97758d6f61
commit bb865c72a4

View file

@ -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;
}
}
}