mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-02-02 06:17:34 +00:00
extremely minor chaange
This commit is contained in:
parent
f16e5da5ae
commit
c1567f93f3
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
var args = JsonConvert.DeserializeObject<Dictionary<string, string>>(msg.Contents);
|
||||
var cmsg = new ShiftOS.Objects.ChatMessage(args["Username"] as string, args["SystemName"] as string, args["Message"] as string, args["Channel"] as string);
|
||||
if (id == cmsg.Channel)
|
||||
rtbchat.AppendText($"[{cmsg.Username}@{cmsg.SystemName}] {cmsg.Message}{Environment.NewLine}");
|
||||
rtbchat.AppendText($"[{cmsg.Username}@{cmsg.SystemName}]: {cmsg.Message}{Environment.NewLine}");
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue