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