Slightly improved update checker feedback

This commit is contained in:
TfT_02
2013-08-17 20:47:42 +02:00
parent d495054eb5
commit 3fe9cfee74
2 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,8 @@ public class UpdateChecker {
oldVer = Integer.parseInt(oldTokens[i]);
}
catch (NumberFormatException e) {
oldVer = 0;
mcMMO.p.getLogger().warning("Could not get information about this mcMMO version; perhaps you are running a custom one?");
return false;
}
if (oldVer < newVer) {