diff --git a/Core/src/main/java/com/plotsquared/core/queue/QueueCoordinator.java b/Core/src/main/java/com/plotsquared/core/queue/QueueCoordinator.java index c376608eb..13848637c 100644 --- a/Core/src/main/java/com/plotsquared/core/queue/QueueCoordinator.java +++ b/Core/src/main/java/com/plotsquared/core/queue/QueueCoordinator.java @@ -200,7 +200,7 @@ public abstract class QueueCoordinator { * @param biome biome * @return success or not * - * @deprecated Biomes now take XYZ, see {@code setBiome int x, int y, int z} + * @deprecated Biomes now take XYZ, see {@link #setBiome(int, int, int, BiomeType)} *
* Scheduled for removal once we drop the support for versions not supporting 3D biomes. */