mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-08-03 19:15:50 +00:00
Add fail-safe for version CaSe to Updater
This commit is contained in:
parent
1549ed913c
commit
43491a9c22
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ public class Updater {
|
|||
NodeList children = latestFile.getChildNodes();
|
||||
|
||||
String version = children.item(1).getTextContent();
|
||||
return version;
|
||||
return version.toUpperCase();
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue