Skip to content

Commit

Permalink
Undo saving, which is unneeded.
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl committed Feb 17, 2025
1 parent 5e593ab commit aaf60f2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,6 @@ public void renamePlayer(Resident resident, String newName) throws AlreadyRegist
townBlocksToSave.add(townBlock);
}
}
townBlocksToSave.forEach(TownBlock::save);

//delete the old resident and tidy up files
deleteResident(oldResident);
Expand Down

0 comments on commit aaf60f2

Please sign in to comment.