mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
Slightly improved update checker feedback
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user