From ebb8d3612cdd37d54c29382efd85c9676750ab9e Mon Sep 17 00:00:00 2001 From: jtsshieh Date: Sat, 23 Sep 2017 21:25:25 -0400 Subject: [PATCH] Horrible person that made me go out of my way to fix his stupid issue he opened FUCKER, BITCH, ASSHOLE, Fixes #2 --- ShiftOS.Main/HijackScreen.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShiftOS.Main/HijackScreen.cs b/ShiftOS.Main/HijackScreen.cs index 268afb4..75feb46 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");