diff --git a/shiroha-server/src/main/java/io/nanachiyo0721/shiroha/config/modules/fixes/POIRangeFixes.java b/shiroha-server/src/main/java/io/nanachiyo0721/shiroha/config/modules/fixes/POIRangeFixes.java index ed087dd..8f8d405 100644 --- a/shiroha-server/src/main/java/io/nanachiyo0721/shiroha/config/modules/fixes/POIRangeFixes.java +++ b/shiroha-server/src/main/java/io/nanachiyo0721/shiroha/config/modules/fixes/POIRangeFixes.java @@ -9,7 +9,7 @@ import io.nanachiyo0721.shiroha.enums.EnumConfigCategory; public class POIRangeFixes implements IConfigModule { @ConfigInfo(name = "do_not_compete_poi_if_unloaded", comments = """ Do not compete POI if it's unloaded - Related with https://github.com/PaperMC/Folia/issues/292 + Related with https://github.com/PaperMC/Folia/issues/292 """) public static boolean doNotCompetePOIIfUnloaded = false; }