aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNayab <[email protected]>2017-09-23 20:37:29 -0500
committerGitHub <[email protected]>2017-09-23 20:37:29 -0500
commit2992686ec723fa4c854b6de27007a284b484a92e (patch)
tree8849d4dadfdbc79099427e7b0fbe70a671511360
parentf08998364e88f5d3284c4ecba3d831ccfa4e282f (diff)
parentebb8d3612cdd37d54c29382efd85c9676750ab9e (diff)
downloadshiftos-rewind-2992686ec723fa4c854b6de27007a284b484a92e.tar.gz
shiftos-rewind-2992686ec723fa4c854b6de27007a284b484a92e.tar.bz2
shiftos-rewind-2992686ec723fa4c854b6de27007a284b484a92e.zip
Merge pull request #3 from jtsshieh/master
Horrible person that made me go out of my way to fix his stupid issue…
-rw-r--r--ShiftOS.Main/HijackScreen.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.Main/HijackScreen.cs b/ShiftOS.Main/HijackScreen.cs
index cc93524..ef1db92 100644
--- a/ShiftOS.Main/HijackScreen.cs
+++ b/ShiftOS.Main/HijackScreen.cs
@@ -230,7 +230,7 @@ namespace ShiftOS.Main
break;
case 127:
rtext = rtext + "100%";
- conversationtimer.Interval = 1000;
+ conversationtimer.Interval = 1000;
break;
case 128:
TextType(Environment.NewLine + "Format Complete");