Skip to content

Commit

Permalink
the full bg is called court not full
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord committed Aug 27, 2024
1 parent 1575389 commit 962656c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webAO/packets/handlers/handleBN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const handleBN = (args: string[]) => {
(<HTMLImageElement>document.getElementById("client_pro_bench")).src =
resp;
});
tryUrls(`${bgfolder}full`).then((resp) => {
tryUrls(`${bgfolder}court`).then((resp) => {
(<HTMLImageElement>document.getElementById("client_court")).src = resp;
});
tryUrls(`${bgfolder}defenseempty`).then((resp) => {
Expand Down

0 comments on commit 962656c

Please sign in to comment.