From b788a94a0e33b08c6e80b04d18aa93543ead3c0f Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Mon, 24 Sep 2012 02:38:19 -0400 Subject: [PATCH] Cosmetic fix --- mystic/nodespy.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mystic/nodespy.pas b/mystic/nodespy.pas index 4cb0891..2245d8b 100644 --- a/mystic/nodespy.pas +++ b/mystic/nodespy.pas @@ -718,7 +718,7 @@ Begin Continue; End; - Case GetCommandOption(8, 'S-Snoop|C-User Chat|K-Kick User|G-Kill Ghost|') of + Case GetCommandOption(10, 'S-Snoop|C-User Chat|K-Kick User|G-Kill Ghost|') of 'S' : Begin SnoopNode(NodeInfo[CurNode]^.Node); FullReDraw;