diff options
Diffstat (limited to 'webAO/dom/guilty.ts')
| -rw-r--r-- | webAO/dom/guilty.ts | 2 |
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 |
