PlayerEditor: removed old data
This commit is contained in:
parent
ef14a452f6
commit
f4d88a47e2
2 changed files with 1 additions and 3 deletions
|
@ -159,8 +159,6 @@ public class PlayerEditor extends ActionBarActivity {
|
|||
ed.putInt("wis", atkInts[Player.WIS]);
|
||||
ed.putInt("con", atkInts[Player.CON]);
|
||||
ed.putInt("dex", atkInts[Player.DEX]);
|
||||
//TEMP
|
||||
ed.putBoolean("new", true);
|
||||
ed.apply();
|
||||
return true;
|
||||
} else {
|
||||
|
|
Reference in a new issue