aboutsummaryrefslogtreecommitdiff
path: root/webAO/dom/window.ts
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2024-08-31 14:30:52 +0200
committerstonedDiscord <Tukz@gmx.de>2024-08-31 14:30:52 +0200
commit84db1ce9a2eaf6670605104d2ede8683159b67df (patch)
tree57f22ac4384b78ec80f23ffac7445a5cc63c8ef3 /webAO/dom/window.ts
parentc4f8f6fac11d9a40302d00ed3b3bee70a77b695c (diff)
playerlist fixes
Diffstat (limited to 'webAO/dom/window.ts')
-rw-r--r--webAO/dom/window.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/dom/window.ts b/webAO/dom/window.ts
index f2cd86c..59ad575 100644
--- a/webAO/dom/window.ts
+++ b/webAO/dom/window.ts
@@ -52,6 +52,7 @@ declare global {
onEnter: (event: any) => void;
onReplayGo: (_event: any) => void;
onOOCEnter: (_event: any) => void;
+ kickPlayer: (id: number) => void;
banPlayer: (id: number) => void;
hcallback: (_event: any) => void;
}