diff options
Diffstat (limited to 'source/WindowsFormsApplication1/Hacking/HijackScreen.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/Hacking/HijackScreen.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/Hacking/HijackScreen.cs b/source/WindowsFormsApplication1/Hacking/HijackScreen.cs index e234514..02462ad 100644 --- a/source/WindowsFormsApplication1/Hacking/HijackScreen.cs +++ b/source/WindowsFormsApplication1/Hacking/HijackScreen.cs @@ -89,7 +89,7 @@ namespace ShiftOS rtext = rtext + gtexttotype.Substring(currentletter, 1); currentletter = currentletter + 1; textgeninput.Text = rtext; - API.PlaySound(Properties.Resources.typesound); + //API.PlaySound(Properties.Resources.typesound); } break; } |
