diff options
| author | stonedDiscord <Tukz@gmx.de> | 2026-04-01 19:11:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-01 19:11:15 +0200 |
| commit | 5789a0b3c238b7a569941a092ed00362403519f2 (patch) | |
| tree | 5e62794fb06889de0e43957cb40f1e759a96c16c /webAO/packets/handlers/handlePV.ts | |
| parent | d6163543f483c35737da52b7e307cf6f65828f82 (diff) | |
| parent | d24cdeff690017969cebdee08e91db89848fd7ed (diff) | |
Merge pull request #300 from AttorneyOnline/pick-char-and-area
Enable auto pick area and char
Diffstat (limited to 'webAO/packets/handlers/handlePV.ts')
| -rw-r--r-- | webAO/packets/handlers/handlePV.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/packets/handlers/handlePV.ts b/webAO/packets/handlers/handlePV.ts index 1ee13c8..90e47f1 100644 --- a/webAO/packets/handlers/handlePV.ts +++ b/webAO/packets/handlers/handlePV.ts @@ -102,4 +102,5 @@ export const handlePV = async (args: string[]) => { } else { document.getElementById("button_4")!.style.display = "none"; } + }; |
