aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew <alee14498@gmail.com>2018-08-27 15:27:21 -0400
committerAndrew <alee14498@gmail.com>2018-08-27 15:27:21 -0400
commit4d93c0ed7fab656f2e6ae34bfe1d2461c12ecc32 (patch)
tree5ba0ec3bfc4af2bacec3f93aea04bb8c0b1c29b9
parent2718b996c6ef57a323404522230a1cf5a2e2b331 (diff)
downloadProject-Silicon-4d93c0ed7fab656f2e6ae34bfe1d2461c12ecc32.tar.gz
Project-Silicon-4d93c0ed7fab656f2e6ae34bfe1d2461c12ecc32.tar.bz2
Project-Silicon-4d93c0ed7fab656f2e6ae34bfe1d2461c12ecc32.zip
removed chatter storyline 1 for now
-rw-r--r--Project Ports/Programs/ChatApp.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/Project Ports/Programs/ChatApp.cs b/Project Ports/Programs/ChatApp.cs
index 86819e9..aeb384d 100644
--- a/Project Ports/Programs/ChatApp.cs
+++ b/Project Ports/Programs/ChatApp.cs
@@ -40,7 +40,7 @@ namespace Project_Ports
#if DEBUG
Properties.Settings.Default.chatterStoryline = false;
#endif
- */
+
if (Properties.Settings.Default.chatterStoryline == true)
{
@@ -56,7 +56,8 @@ namespace Project_Ports
txtSentMessages.AppendText("<Adam> Great!" + Environment.NewLine);
Thread.Sleep(2000);
txtSentMessages.AppendText("<Adam> Hello username" + Environment.NewLine); //TODO
- }
+
+ } */
}
}
}