aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Programs/ChatApp.cs
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2018-09-02 14:13:03 -0400
committerAlee14 <alee14498@gmail.com>2018-09-02 14:13:03 -0400
commit98ba9b941b5b5062a1723c225e6f9f782a9c74a9 (patch)
tree292c358ee12044c0d10f226b1628fcf35c773bf3 /Project Ports/Programs/ChatApp.cs
parentb14c88a25a7704e37514a4b5f4e761e925bd2536 (diff)
downloadProject-Silicon-98ba9b941b5b5062a1723c225e6f9f782a9c74a9.tar.gz
Project-Silicon-98ba9b941b5b5062a1723c225e6f9f782a9c74a9.tar.bz2
Project-Silicon-98ba9b941b5b5062a1723c225e6f9f782a9c74a9.zip
Boot and crash fixes
Diffstat (limited to 'Project Ports/Programs/ChatApp.cs')
-rw-r--r--Project Ports/Programs/ChatApp.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project Ports/Programs/ChatApp.cs b/Project Ports/Programs/ChatApp.cs
index 2fd2070..be46345 100644
--- a/Project Ports/Programs/ChatApp.cs
+++ b/Project Ports/Programs/ChatApp.cs
@@ -55,7 +55,7 @@ namespace Project_Ports
private void ChatApp_Load(object sender, EventArgs e)
{
- txtSentMessages.AppendText(GeneralAPI.PlayerName + " has entered the channel!");
+ txtSentMessages.AppendText(GeneralAPI.PlayerName + " has entered the channel!" + Environment.NewLine);
}