Fixup comments

This commit is contained in:
2026-08-15 16:28:12 +08:00
parent 84f62ca34b
commit b82cbf07cf
@@ -9,7 +9,7 @@ import io.nanachiyo0721.shiroha.enums.EnumConfigCategory;
public class POIRangeFixes implements IConfigModule { public class POIRangeFixes implements IConfigModule {
@ConfigInfo(name = "do_not_compete_poi_if_unloaded", comments = """ @ConfigInfo(name = "do_not_compete_poi_if_unloaded", comments = """
Do not compete POI if it's unloaded 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; public static boolean doNotCompetePOIIfUnloaded = false;
} }