Skip to content

Commit

Permalink
Don't remove altMoney when converting to mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
epinter committed Jan 6, 2025
1 parent 817cbfb commit 489cf80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/br/com/pinter/tqrespec/save/FileDataMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ private void convertWindowsToMobile(String saveId) {
storeChange(v, newVar);
} else if ((playerVar.variable().equals("boostedCharacterForX4") && playerVar.location().equals(currentBlockType))
|| (playerVar.variable().equals("tartarusDefeatedCount[i]") && playerVar.location().equals(currentBlockType))
|| (playerVar.variable().equals("altMoney") && playerVar.location().equals(currentBlockType))
|| (playerVar.variable().equals("hasSkillServices") && playerVar.location().equals(currentBlockType))
|| (playerVar.variable().equals("version") && playerVar.location().equals(currentBlockType))) {
removeVariable(v);
Expand Down

0 comments on commit 489cf80

Please sign in to comment.