From b82cbf07cf335be35b98161f89079e6e83f579fe Mon Sep 17 00:00:00 2001 From: NanaChiyo0721 Date: Sat, 15 Aug 2026 16:13:18 +0800 Subject: [PATCH] Fixup comments --- .../shiroha/config/modules/fixes/POIRangeFixes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }