diff --git a/Core/src/main/java/com/plotsquared/core/command/HomeCommand.java b/Core/src/main/java/com/plotsquared/core/command/HomeCommand.java index 9db1e74ce..e6288d3e3 100644 --- a/Core/src/main/java/com/plotsquared/core/command/HomeCommand.java +++ b/Core/src/main/java/com/plotsquared/core/command/HomeCommand.java @@ -140,7 +140,7 @@ public class HomeCommand extends Command { ); return CompletableFuture.completedFuture(false); } - query.withSortingStrategy(SortingStrategy.SORT_BY_CREATION); + query.withSortingStrategy(SortingStrategy.SORT_BY_TEMP); break; } // either plot id or alias @@ -202,7 +202,7 @@ public class HomeCommand extends Command { query.withPlot(plot); break; case 0: - query.withSortingStrategy(SortingStrategy.SORT_BY_CREATION); + query.withSortingStrategy(SortingStrategy.SORT_BY_TEMP); break; } if (basePlotOnly) {