Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
02-12-2021 Supplement
Browse files Browse the repository at this point in the history
Forgot to comment out Commands.SecureCopy() in Program.cs
  • Loading branch information
cvp28 committed Feb 12, 2022
1 parent 658b419 commit 41866ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lawful/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ public static void HandleQuery(InputQuery Query)
break;

case "SCP":
Commands.SecureCopy(Query);
//Commands.SecureCopy(Query);
break;

case "CAT":
Expand Down

0 comments on commit 41866ac

Please sign in to comment.