Fixup comments
This commit is contained in:
+1
-1
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user