Fix for private message To prompt

This commit is contained in:
mysticbbs 2012-08-21 12:22:02 -04:00
parent a6c9c4657a
commit b1b2d9fc21
1 changed files with 6 additions and 6 deletions

View File

@ -887,12 +887,12 @@ Begin
Set_Node_Action (Session.GetPrompt(349));
If ListMode = 0 Then
Session.io.OutFull (Session.GetPrompt(407))
Else
Session.io.OutFull (Session.GetPrompt(408));
Repeat
If ListMode = 0 Then
Session.io.OutFull (Session.GetPrompt(407))
Else
Session.io.OutFull (Session.GetPrompt(408));
ToWho := Session.io.GetInput(30, 30, 18, MsgBase^.GetFrom);
If ToWho = '' Then Exit;
@ -3987,4 +3987,4 @@ Begin
DirClean (Session.TempPath, '');
End;
End.
End.