Cosmetic fix
This commit is contained in:
parent
39284514c1
commit
b788a94a0e
|
@ -718,7 +718,7 @@ Begin
|
||||||
Continue;
|
Continue;
|
||||||
End;
|
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
|
'S' : Begin
|
||||||
SnoopNode(NodeInfo[CurNode]^.Node);
|
SnoopNode(NodeInfo[CurNode]^.Node);
|
||||||
FullReDraw;
|
FullReDraw;
|
||||||
|
|
Loading…
Reference in New Issue