This commit is contained in:
mysticbbs 2012-02-28 16:18:51 -05:00
parent 6984263d14
commit 9e6fc3857e
2 changed files with 4 additions and 6 deletions

View File

@ -970,8 +970,8 @@ Begin
A := TotalLine;
While (Session.Msgs.MsgText[A] = '') and (A > 1) Do Begin
Dec(A);
Dec(TotalLine);
Dec (A);
Dec (TotalLine);
End;
Lines := TotalLine;

View File

@ -412,8 +412,6 @@ Begin
Session.FindNextEvent;
// Session.SystemLog ('Node ' + strI2S(Session.NodeNum) + ' online');
If Session.TimeOffset > 0 Then
Session.SetTimeLeft(Session.TimeOffset)
Else