V0.2.0: Updated TODOs

This commit is contained in:
Evan Debenham
2014-09-11 00:48:13 -04:00
parent 69e82d475d
commit 9c8ab0ccc9
17 changed files with 14 additions and 17 deletions
@@ -128,9 +128,7 @@ public class Ankh extends Item {
@Override
public void restoreFromBundle( Bundle bundle ) {
super.restoreFromBundle( bundle );
//TODO: remove when saves from 0.1.1 are invalidated
if (bundle.contains( BLESSED ))
blessed = bundle.getBoolean( BLESSED );
blessed = bundle.getBoolean( BLESSED );
}
@Override