Fixed Serpulo discontinuity

This commit is contained in:
Anuken
2025-05-31 11:43:25 -04:00
parent 556cbb4815
commit 7b00d4bb1b
3 changed files with 7 additions and 8 deletions

View File

@@ -97,6 +97,8 @@ public class Saves{
}
}
//TODO: sectors like Ruinous Shores get overwritten first and explode when getting remapped
if(remapTarget != null){
//if the file name matches the destination of the remap, assume it has already been remapped, and skip the file movement procedure
if(!slot.file.equals(getSectorFile(remapTarget))){