From 41866acacc6d43fe42d3f4049db1349efda53942 Mon Sep 17 00:00:00 2001 From: Carson Ver Planck Date: Sat, 12 Feb 2022 00:30:28 -0800 Subject: [PATCH] 02-12-2021 Supplement Forgot to comment out Commands.SecureCopy() in Program.cs --- Lawful/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lawful/Program.cs b/Lawful/Program.cs index dea1fd1..d17aed2 100644 --- a/Lawful/Program.cs +++ b/Lawful/Program.cs @@ -478,7 +478,7 @@ public static void HandleQuery(InputQuery Query) break; case "SCP": - Commands.SecureCopy(Query); + //Commands.SecureCopy(Query); break; case "CAT":