mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -08:00
Fix tzdata parser
This commit is contained in:
parent
f97484365c
commit
5d9d64303e
|
@ -41,7 +41,7 @@ public class TimeZoneGenerator implements MetadataGenerator {
|
||||||
if (entry == null) {
|
if (entry == null) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
switch (entry.getName().substring(("tzdata" + TIMEZONE_DB_VERSION + "/").length())) {
|
switch (entry.getName()) {
|
||||||
case "africa":
|
case "africa":
|
||||||
case "antarctica":
|
case "antarctica":
|
||||||
case "asia":
|
case "asia":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user