aboutsummaryrefslogtreecommitdiff
path: root/webAO/dom/guilty.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/dom/guilty.ts')
-rw-r--r--webAO/dom/guilty.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/dom/guilty.ts b/webAO/dom/guilty.ts
index f008065..075dc00 100644
--- a/webAO/dom/guilty.ts
+++ b/webAO/dom/guilty.ts
@@ -4,6 +4,6 @@ import { client } from "../client";
* Declare the defendant not guilty
*/
export function guilty() {
- client.sender.sendRT("judgeruling#1");
+ client.sender.sendRT("judgeruling#1");
}
-window.guilty = guilty; \ No newline at end of file
+window.guilty = guilty;