aboutsummaryrefslogtreecommitdiff
path: root/webAO/packets/handlers/handlePV.ts
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2024-08-07 20:49:33 +0200
committerstonedDiscord <Tukz@gmx.de>2024-08-07 20:49:33 +0200
commit73373ce08b060c97fcb6311e862b8261c3222d9f (patch)
treefd35bc89d22dcc0335c7e7ab276a843c69e3e526 /webAO/packets/handlers/handlePV.ts
parent8bbb97917a595ebbd2cef080b3df6cb331193663 (diff)
add ban button
Diffstat (limited to 'webAO/packets/handlers/handlePV.ts')
-rw-r--r--webAO/packets/handlers/handlePV.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/packets/handlers/handlePV.ts b/webAO/packets/handlers/handlePV.ts
index 38657be..5a04b89 100644
--- a/webAO/packets/handlers/handlePV.ts
+++ b/webAO/packets/handlers/handlePV.ts
@@ -4,7 +4,7 @@ import { updateActionCommands } from '../../dom/updateActionCommands'
import { pickEmotion } from '../../dom/pickEmotion'
import { AO_HOST } from "../../client/aoHost";
-function addEmoteButton(i: Number, imgurl: string, desc: string) {
+function addEmoteButton(i: number, imgurl: string, desc: string) {
const emotesList = document.getElementById("client_emo");
const emote_item = new Image();
emote_item.id = "emo_" + i;