kauron/DungeonManager
kauron
/
DungeonManager
Archived
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

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

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 {