aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/enumerations
diff options
context:
space:
mode:
authorBananeweizen <Bananeweizen@gmx.de>2012-04-10 08:08:18 +0200
committerBananeweizen <Bananeweizen@gmx.de>2012-04-10 08:08:18 +0200
commit6f0722b7e104ad0370b939a2983bd596fac6c5d2 (patch)
tree8d652a556efaedf522bfe2851a057c3ee78f044e /main/src/cgeo/geocaching/enumerations
parent882dc52efc9695ceac3c90ebb4dc2dd93056b3ad (diff)
downloadcgeo-6f0722b7e104ad0370b939a2983bd596fac6c5d2.zip
cgeo-6f0722b7e104ad0370b939a2983bd596fac6c5d2.tar.gz
cgeo-6f0722b7e104ad0370b939a2983bd596fac6c5d2.tar.bz2
fix cache attribute from 08d132878d4e8818c8090169e6f0ece257ac4732
Diffstat (limited to 'main/src/cgeo/geocaching/enumerations')
-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";