nightmarezone: fixed typo in config (#1557)

fixes a minor typo
This commit is contained in:
Justin
2019-09-07 19:11:30 +10:00
committed by Kyle
parent 6a29644c2a
commit 4608f08252

View File

@@ -45,8 +45,8 @@ public interface NightmareZoneConfig extends Config
@ConfigItem(
keyName = "showtotalpoints",
name = "total points NMZ overlay",
description = "shows total points to overlay",
name = "Total points NMZ overlay",
description = "Shows total points to overlay",
position = 1
)
default boolean showtotalpoints()