timers: use correct capitalisation for antifire in settings

This commit is contained in:
iguaan
2018-05-24 23:13:26 +03:00
parent 765bed1657
commit 9f9a971348

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()