Skip to content

Commit

Permalink
remove zone backup
Browse files Browse the repository at this point in the history
  • Loading branch information
luan committed Oct 22, 2023
1 parent 744cf27 commit b85cbea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ void Editor::saveMap(FileName filename, bool showdialog) {
std::remove(backup_house.c_str());
std::remove(backup_spawn.c_str());
std::remove(backup_spawn_npc.c_str());
std::remove(backup_zones.c_str());
}

clearChanges();
Expand Down

0 comments on commit b85cbea

Please sign in to comment.