show [OK] when only updating version

This commit is contained in:
Michael Kaufmann (d00p)
2010-03-15 06:26:04 +00:00
parent 423fd7b7df
commit ae595b0f2f

View File

@@ -309,7 +309,8 @@ if(isFroxlorVersion('0.9.1'))
if(isFroxlorVersion('0.9.2'))
{
showUpdateStep("Updating from 0.9.2 to 0.9.3", false);
showUpdateStep("Updating from 0.9.2 to 0.9.3");
lastStepStatus(0);
updateToVersion('0.9.3');
}