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