Merge pull request #3252 from iguaan/ui-importantcaps

timers: use correct capitalisation for antifire in settings
This commit is contained in:
Tomas Slusny
2018-05-24 23:38:37 +02:00
committed by GitHub

View File

@@ -115,7 +115,7 @@ public interface TimersConfig extends Config
@ConfigItem(
position = 7,
keyName = "showAntiFire",
name = "AntiFire timer",
name = "Antifire timer",
description = "Configures whether antifire timer is displayed"
)
default boolean showAntiFire()