diff options
| -rw-r--r-- | main/src/cgeo/geocaching/Geocache.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/Geocache.java b/main/src/cgeo/geocaching/Geocache.java index ee2e411..840e5de 100644 --- a/main/src/cgeo/geocaching/Geocache.java +++ b/main/src/cgeo/geocaching/Geocache.java @@ -314,7 +314,6 @@ public class Geocache implements ICache, IWaypoint { myVote = other.myVote; } if (!detailed && attributes.isEmpty()) { - attributes.clear(); if (other.attributes != null) { attributes.addAll(other.attributes); } |
