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( @ConfigItem(
keyName = "showtotalpoints", keyName = "showtotalpoints",
name = "total points NMZ overlay", name = "Total points NMZ overlay",
description = "shows total points to overlay", description = "Shows total points to overlay",
position = 1 position = 1
) )
default boolean showtotalpoints() default boolean showtotalpoints()