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.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/dom/guilty.ts b/webAO/dom/guilty.ts
index f7fa5b8..f008065 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.sendRT("judgeruling#1");
+ client.sender.sendRT("judgeruling#1");
}
window.guilty = guilty; \ No newline at end of file