Skip to content

Commit 489cf80

Browse files
committed
Don't remove altMoney when converting to mobile
1 parent 817cbfb commit 489cf80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/br/com/pinter/tqrespec/save/FileDataMap.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ private void convertWindowsToMobile(String saveId) {
300300
storeChange(v, newVar);
301301
} else if ((playerVar.variable().equals("boostedCharacterForX4") && playerVar.location().equals(currentBlockType))
302302
|| (playerVar.variable().equals("tartarusDefeatedCount[i]") && playerVar.location().equals(currentBlockType))
303-
|| (playerVar.variable().equals("altMoney") && playerVar.location().equals(currentBlockType))
304303
|| (playerVar.variable().equals("hasSkillServices") && playerVar.location().equals(currentBlockType))
305304
|| (playerVar.variable().equals("version") && playerVar.location().equals(currentBlockType))) {
306305
removeVariable(v);

0 commit comments

Comments
 (0)