File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
src/main/java/br/com/pinter/tqrespec/save Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,6 @@ private void convertWindowsToMobile(String saveId) {
300
300
storeChange (v , newVar );
301
301
} else if ((playerVar .variable ().equals ("boostedCharacterForX4" ) && playerVar .location ().equals (currentBlockType ))
302
302
|| (playerVar .variable ().equals ("tartarusDefeatedCount[i]" ) && playerVar .location ().equals (currentBlockType ))
303
- || (playerVar .variable ().equals ("altMoney" ) && playerVar .location ().equals (currentBlockType ))
304
303
|| (playerVar .variable ().equals ("hasSkillServices" ) && playerVar .location ().equals (currentBlockType ))
305
304
|| (playerVar .variable ().equals ("version" ) && playerVar .location ().equals (currentBlockType ))) {
306
305
removeVariable (v );
You can’t perform that action at this time.
0 commit comments