Update Core/src/main/java/com/plotsquared/core/backup/Backup.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexander Brandes
2025-08-30 20:33:48 +02:00
committed by GitHub
parent 5f53ace8ea
commit 7c276316a8

View File

@@ -53,7 +53,7 @@ public class Backup {
try {
Files.deleteIfExists(file);
} catch (final IOException e) {
LOGGER.error("Error deleting back at {}", file, e);
LOGGER.error("Error deleting backup at {}", file, e);
}
}
}