diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotId.java b/Core/src/main/java/com/plotsquared/core/plot/PlotId.java index 146c311c6..41016da1f 100644 --- a/Core/src/main/java/com/plotsquared/core/plot/PlotId.java +++ b/Core/src/main/java/com/plotsquared/core/plot/PlotId.java @@ -202,7 +202,6 @@ public class PlotId { return this.x + "-" + this.y; } - /** * The PlotId object caches the hashcode for faster mapping/fetching/sorting
* - Recalculation is required if the x/y values change