groundmarkers: Fix typo (#1787)

This commit is contained in:
Owain van Brakel
2019-10-15 09:59:46 +02:00
committed by Kyle
parent a38e295716
commit f413c57249

View File

@@ -287,7 +287,7 @@ public interface GroundMarkerConfig extends Config
@ConfigItem(
position = 16,
keyName = "thinMarkers",
name = "Thin markesr",
name = "Thin markers",
description = "Render marked tile borders as 1 pixel wide instead of 2"
)
default boolean thinMarkers()