From 1ea9f10fb960871e47d094b6cbd1e3dcc428095c Mon Sep 17 00:00:00 2001 From: Broooklyn <54762282+Broooklyn@users.noreply.github.com> Date: Sat, 15 Aug 2020 23:59:27 -0400 Subject: [PATCH] chat commands: add Nightmare abbreviations --- .../client/plugins/chatcommands/ChatCommandsPlugin.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsPlugin.java b/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsPlugin.java index e9a30eb61d..81e4b4618d 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsPlugin.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsPlugin.java @@ -1673,6 +1673,9 @@ public class ChatCommandsPlugin extends Plugin case "the corrupted gauntlet": return "Corrupted Gauntlet"; + case "nm": + case "tnm": + case "nmare": case "the nightmare": return "Nightmare";