aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/API.cs
diff options
context:
space:
mode:
authorMichaelTheShifter <[email protected]>2016-06-25 21:22:46 -0400
committerMichaelTheShifter <[email protected]>2016-06-25 21:22:46 -0400
commit309f9fe361af7b0a508770951af7c548dfca78ad (patch)
treee4303c0d47e0daff6d61a6f934b1aa957e67f93d /source/WindowsFormsApplication1/API.cs
parent84f689b91a73e512b035df40bbcf556b008a3b81 (diff)
downloadshiftos-c-_theultimatehacker-309f9fe361af7b0a508770951af7c548dfca78ad.tar.gz
shiftos-c-_theultimatehacker-309f9fe361af7b0a508770951af7c548dfca78ad.tar.bz2
shiftos-c-_theultimatehacker-309f9fe361af7b0a508770951af7c548dfca78ad.zip
Added online Hacker Battles with matchmaking system
It's untested, but in theory it'll all work perfectly.
Diffstat (limited to 'source/WindowsFormsApplication1/API.cs')
-rw-r--r--source/WindowsFormsApplication1/API.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/WindowsFormsApplication1/API.cs b/source/WindowsFormsApplication1/API.cs
index fcf03a1..5ab9631 100644
--- a/source/WindowsFormsApplication1/API.cs
+++ b/source/WindowsFormsApplication1/API.cs
@@ -367,10 +367,6 @@ namespace ShiftOS
{
CreateForm(new Labyrinth(), "Labyrinth", null);
}
- else if (File.ReadAllText(modSAA) == HiddenQuickChatCommand)
- {
- CreateForm(new QuickChat(), "QuickChat", null);
- }
else
{
try