diff --git a/Core/src/main/java/com/plotsquared/core/backup/BackupManager.java b/Core/src/main/java/com/plotsquared/core/backup/BackupManager.java index 4077be914..bfa4ad37f 100644 --- a/Core/src/main/java/com/plotsquared/core/backup/BackupManager.java +++ b/Core/src/main/java/com/plotsquared/core/backup/BackupManager.java @@ -34,7 +34,7 @@ import java.util.concurrent.CompletableFuture; public interface BackupManager { /** - * Get the backup profile for a plot based on its + * Get the backup profile for a plot based on its * current owner (if there is one) * * @param plot Plot to get the backup profile for