aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Online/Hacking/Matchmaker.cs
diff options
context:
space:
mode:
authorMichaelTheShifter <[email protected]>2016-07-04 17:43:04 -0400
committerMichaelTheShifter <[email protected]>2016-07-04 17:43:04 -0400
commit6e40ae80f39c766d611b4ca29aea0f6685db80dc (patch)
treea974377172b1d0e15f21b5c3491b100b2e0ee696 /source/WindowsFormsApplication1/Online/Hacking/Matchmaker.cs
parent5be773d4f027ac0f00392be80d8cc5dfb67669be (diff)
downloadshiftos-c-_theultimatehacker-6e40ae80f39c766d611b4ca29aea0f6685db80dc.tar.gz
shiftos-c-_theultimatehacker-6e40ae80f39c766d611b4ca29aea0f6685db80dc.tar.bz2
shiftos-c-_theultimatehacker-6e40ae80f39c766d611b4ca29aea0f6685db80dc.zip
Add luatextbox widget and more.
- Syntax highlighting textbox for Lua API - That textbox also supports C# syntax highlighting - Added framework for custom desktop environments in Lua.
Diffstat (limited to 'source/WindowsFormsApplication1/Online/Hacking/Matchmaker.cs')
-rw-r--r--source/WindowsFormsApplication1/Online/Hacking/Matchmaker.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/Online/Hacking/Matchmaker.cs b/source/WindowsFormsApplication1/Online/Hacking/Matchmaker.cs
index 2c7d45b..1fb6f1b 100644
--- a/source/WindowsFormsApplication1/Online/Hacking/Matchmaker.cs
+++ b/source/WindowsFormsApplication1/Online/Hacking/Matchmaker.cs
@@ -140,7 +140,7 @@ namespace ShiftOS.Online.Hacking
index += 1;
}
}
- catch (Exception ex)
+ catch
{
}
};