diff options
| -rw-r--r-- | webAO/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js index f473755..4facca7 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1291,7 +1291,7 @@ async changeBackground(position) { }, jud: { bg: "judgestand.png", - desk: null, + desk: { ao2: "judgedesk.png", ao1: "judgedesk.gif" }, speedLines: "prosecution_speedlines.gif" }, jur: { |
