mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-12 23:06:48 +01:00
Update src/main/java/me/clip/placeholderapi/updatechecker/UpdateChecker.java
Co-authored-by: Andre_601 <11576465+Andre601@users.noreply.github.com>
This commit is contained in:
parent
ef5cd9d376
commit
ccf4f59343
@ -98,7 +98,9 @@ public class UpdateChecker implements Listener {
|
||||
return true;
|
||||
} else if ((plV[1] < spV[1])) {
|
||||
return true;
|
||||
} else return plV[2] < spV[2];
|
||||
} else {
|
||||
return plV[2] < spV[2];
|
||||
}
|
||||
}
|
||||
|
||||
private int[] toReadable(String version) {
|
||||
|
Loading…
Reference in New Issue
Block a user