return to original

This commit is contained in:
sonora 2015-06-12 23:21:52 +02:00
parent ab8140aacf
commit 9bb60d5ce5

View file

@ -165,7 +165,7 @@ public class Amenity extends MapObject {
}
}
if (!Algorithms.isEmpty(getName())) {
return lang;
return "";
}
for (String nm : getAdditionalInfo().keySet()) {
if (nm.startsWith("name:")) {