diff options
| author | Michael <[email protected]> | 2017-01-21 19:10:58 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-01-21 19:10:58 -0500 |
| commit | 84be879805ab7ad4a6934275ef3d3a0250b70cfc (patch) | |
| tree | c773e4f2c9e9e5219bd37a6f301d16ed598d7c40 /ShiftOS_TheReturn/TerminalBackend.cs | |
| parent | e78caeaeff792fb2c68d361fb5eccd96a44907ac (diff) | |
| download | shiftos_thereturn-84be879805ab7ad4a6934275ef3d3a0250b70cfc.tar.gz shiftos_thereturn-84be879805ab7ad4a6934275ef3d3a0250b70cfc.tar.bz2 shiftos_thereturn-84be879805ab7ad4a6934275ef3d3a0250b70cfc.zip | |
Fix trm handshake accept
Diffstat (limited to 'ShiftOS_TheReturn/TerminalBackend.cs')
| -rw-r--r-- | ShiftOS_TheReturn/TerminalBackend.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/TerminalBackend.cs b/ShiftOS_TheReturn/TerminalBackend.cs index 0d2f386..de9e179 100644 --- a/ShiftOS_TheReturn/TerminalBackend.cs +++ b/ShiftOS_TheReturn/TerminalBackend.cs @@ -279,7 +279,8 @@ namespace ShiftOS.Engine { ForwardGUID = guid; ServerManager.SendMessage("trm_handshake_accept", $@"{{ - guid: ""{ServerManager.thisGuid}"" + guid: ""{ServerManager.thisGuid}"", + target: ""{guid}"" }}"); IsForwardingConsoleWrites = true; |
