mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 05:51:47 -08:00
Fixed #10886
This commit is contained in:
parent
1c3aa19fc4
commit
bcbe0890fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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) ?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue