v0.2.4: updated TODOs

This commit is contained in:
Evan Debenham
2015-02-20 09:29:23 -05:00
parent 35e53457ff
commit 4cb2ca666c
5 changed files with 3 additions and 6 deletions
@@ -716,7 +716,7 @@ public class Badges {
}
}
//TODO: Replace this badge, Delayed to 0.2.3, for real this time
//TODO: Replace this badge, delayed until an eventual badge rework
public static void validateRingOfHaggler() {
if (!local.contains( Badge.RING_OF_HAGGLER )/* && new RingOfThorns().isKnown()*/) {
Badge badge = Badge.RING_OF_HAGGLER;
@@ -725,7 +725,7 @@ public class Badges {
}
}
//TODO: Replace this badge, Delayed to 0.2.3, for real this time
//TODO: Replace this badge, delayed until an eventual badge rework
public static void validateRingOfThorns() {
if (!local.contains( Badge.RING_OF_THORNS )/* && new RingOfThorns().isKnown()*/) {
Badge badge = Badge.RING_OF_THORNS;