From ecee91bc559e1c0d716a3032e371218812df61e7 Mon Sep 17 00:00:00 2001 From: MichaelTheShifter Date: Fri, 24 Jun 2016 16:44:42 -0400 Subject: Loads of changes... Custom shifter options using Lua, and other stuff. --- source/WindowsFormsApplication1/ShiftnetDecryptor.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/WindowsFormsApplication1/ShiftnetDecryptor.cs') diff --git a/source/WindowsFormsApplication1/ShiftnetDecryptor.cs b/source/WindowsFormsApplication1/ShiftnetDecryptor.cs index c31a6dc..dbf086e 100644 --- a/source/WindowsFormsApplication1/ShiftnetDecryptor.cs +++ b/source/WindowsFormsApplication1/ShiftnetDecryptor.cs @@ -46,7 +46,7 @@ namespace ShiftOS RecursiveControlSetup(c); } } - catch (Exception ex) + catch { } @@ -87,7 +87,7 @@ namespace ShiftOS { encrypted_contents = new WebClient().DownloadString(currentaddress); } - catch(Exception ex) + catch { WriteLine(" *** ERROR: Remote file could not be accessed."); tmrdecrypt.Stop(); -- cgit v1.2.3