You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -103,7 +101,7 @@ public void checkForUpdates(String currentVersion, @Nullable Player toNotify){
103
101
* Compares two version strings
104
102
* @param currentVersion The current version
105
103
* @param otherVersion The version to compare to
106
-
* @return -1 if currentVersion is older than otherVersion, 0 if they are equal, 1 if currentVersion is newer than otherVersion
104
+
* @return less than zero if currentVersion is older than otherVersion, 0 if they are equal, greater than zero if currentVersion is newer than otherVersion
0 commit comments