PlayerEditor: removed old data
This commit is contained in:
parent
ef14a452f6
commit
f4d88a47e2
2 changed files with 1 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
|||
<ConfirmationsSetting value="0" id="Add" />
|
||||
<ConfirmationsSetting value="0" id="Remove" />
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||
</component>
|
||||
<component name="ProjectType">
|
||||
|
|
|
@ -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