Mystic nodes now set the IO class as a server
This commit is contained in:
parent
34db17e621
commit
83847d304b
|
@ -427,6 +427,7 @@ Begin
|
|||
|
||||
If Not Session.LocalMode Then Begin
|
||||
TIOSocket(Session.Client).FSocketHandle := Session.CommHandle;
|
||||
TIOSocket(Session.Client).FTelnetServer := True;
|
||||
|
||||
Session.io.LocalScreenDisable;
|
||||
End;
|
||||
|
|
Loading…
Reference in New Issue