diff options
| -rw-r--r-- | webAO/client.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/client.js b/webAO/client.js index 889c3b7..3d9b6b5 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1372,6 +1372,7 @@ async changeBackground(position) { const { bg, desk, speedLines } = positions[position]; bench.className = position + "_bench"; + court.className = position + "_court"; if (viewport.chatmsg.type === 5) { court.src = `${AO_HOST}themes/default/${encodeURI(speedLines)}`; |
