From 4608f0825267fc613e5a2dc99a4a05a15aa9d463 Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 7 Sep 2019 19:11:30 +1000 Subject: [PATCH] nightmarezone: fixed typo in config (#1557) fixes a minor typo --- .../client/plugins/nightmarezone/NightmareZoneConfig.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/nightmarezone/NightmareZoneConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/nightmarezone/NightmareZoneConfig.java index 900b73fa62..8b02d65f3c 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/nightmarezone/NightmareZoneConfig.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/nightmarezone/NightmareZoneConfig.java @@ -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()