v0.2.2a: updated TODOs

This commit is contained in:
Evan Debenham
2014-11-05 16:56:00 -05:00
parent d560a6e2d3
commit b68db3bb73
3 changed files with 4 additions and 5 deletions
@@ -708,7 +708,7 @@ public class Badges {
}
}
//TODO: Replace this badge, Delayed to 0.2.1
//TODO: Replace this badge, Delayed to 0.2.3, for real this time
public static void validateRingOfHaggler() {
if (!local.contains( Badge.RING_OF_HAGGLER )/* && new RingOfThorns().isKnown()*/) {
Badge badge = Badge.RING_OF_HAGGLER;
@@ -717,7 +717,7 @@ public class Badges {
}
}
//TODO: Replace this badge, Delayed to 0.2.1
//TODO: Replace this badge, Delayed to 0.2.3, for real this time
public static void validateRingOfThorns() {
if (!local.contains( Badge.RING_OF_THORNS )/* && new RingOfThorns().isKnown()*/) {
Badge badge = Badge.RING_OF_THORNS;