1
0
Fork 0

PlayerEditor: removed old data

This commit is contained in:
Carlos Galindo 2015-07-20 19:40:23 +02:00
parent ef14a452f6
commit f4d88a47e2
2 changed files with 1 additions and 3 deletions

View file

@ -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 {