V0.2.0: Updated TODOs
This commit is contained in:
@@ -705,7 +705,7 @@ public class Badges {
|
||||
}
|
||||
}
|
||||
|
||||
//TODO: Replace this badge
|
||||
//TODO: Replace this badge, Delayed to 0.2.1
|
||||
public static void validateRingOfHaggler() {
|
||||
if (!local.contains( Badge.RING_OF_HAGGLER )/* && new RingOfThorns().isKnown()*/) {
|
||||
Badge badge = Badge.RING_OF_HAGGLER;
|
||||
@@ -714,7 +714,7 @@ public class Badges {
|
||||
}
|
||||
}
|
||||
|
||||
//TODO: Replace this badge
|
||||
//TODO: Replace this badge, Delayed to 0.2.1
|
||||
public static void validateRingOfThorns() {
|
||||
if (!local.contains( Badge.RING_OF_THORNS )/* && new RingOfThorns().isKnown()*/) {
|
||||
Badge badge = Badge.RING_OF_THORNS;
|
||||
|
||||
Reference in New Issue
Block a user