aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
diff options
context:
space:
mode:
Diffstat (limited to 'main/src')
-rw-r--r--main/src/cgeo/geocaching/maps/CGeoMap.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/maps/CGeoMap.java b/main/src/cgeo/geocaching/maps/CGeoMap.java
index 8d25bf9..5d8c0db 100644
--- a/main/src/cgeo/geocaching/maps/CGeoMap.java
+++ b/main/src/cgeo/geocaching/maps/CGeoMap.java
@@ -1182,8 +1182,7 @@ public class CGeoMap extends AbstractMap implements OnMapDragListener, ViewFacto
caches.addAll(search.getCachesFromSearchResult(LoadFlags.LOAD_WAYPOINTS));
- //if in live map and stored caches are found / disables are also shown.
- if (live && Settings.isLiveMap()) {
+ if (live) {
final boolean excludeMine = Settings.isExcludeMyCaches();
final boolean excludeDisabled = Settings.isExcludeDisabledCaches();