From 6e40ae80f39c766d611b4ca29aea0f6685db80dc Mon Sep 17 00:00:00 2001 From: MichaelTheShifter Date: Mon, 4 Jul 2016 17:43:04 -0400 Subject: 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. --- source/WindowsFormsApplication1/Online/Hacking/Matchmaker.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/WindowsFormsApplication1/Online') 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 { } }; -- cgit v1.2.3