aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/enumerations/CacheAttribute.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/enumerations/CacheAttribute.java')
-rw-r--r--main/src/cgeo/geocaching/enumerations/CacheAttribute.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/enumerations/CacheAttribute.java b/main/src/cgeo/geocaching/enumerations/CacheAttribute.java
index d3c0aa7..3dbfce5 100644
--- a/main/src/cgeo/geocaching/enumerations/CacheAttribute.java
+++ b/main/src/cgeo/geocaching/enumerations/CacheAttribute.java
@@ -75,7 +75,7 @@ public enum CacheAttribute {
TOURIST_OK(63, "touristok"),
TREECLIMBING(64, "treeclimbing"),
FRONTYARD(65, "frontyard"),
- TEAMWORK(66, "teamwork_yes");
+ TEAMWORK(66, "teamwork");
public static final String INTERNAL_PRE = "attribute_";
public static final String INTERNAL_YES = "_yes";