Cleanup
This commit is contained in:
parent
6984263d14
commit
9e6fc3857e
|
@ -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;
|
||||
|
|
|
@ -412,8 +412,6 @@ Begin
|
|||
|
||||
Session.FindNextEvent;
|
||||
|
||||
// Session.SystemLog ('Node ' + strI2S(Session.NodeNum) + ' online');
|
||||
|
||||
If Session.TimeOffset > 0 Then
|
||||
Session.SetTimeLeft(Session.TimeOffset)
|
||||
Else
|
||||
|
|
Loading…
Reference in New Issue