This commit is contained in:
Anuken 2025-06-03 15:40:03 -04:00
parent 1c3aa19fc4
commit bcbe0890fe

View file

@ -714,7 +714,7 @@ public class MapObjectives implements Iterable<MapObjective>, Eachable<MapObject
state.mapLocales.getProperty(key + ".mobile") :
state.mapLocales.containsProperty(key) ?
state.mapLocales.getProperty(key) :
Core.bundle.get(key);
Core.bundle.get(key + ".mobile", Core.bundle.get(key));
}else{
out =
state.mapLocales.containsProperty(key) ?