aboutsummaryrefslogtreecommitdiff
path: root/webAO/packets/packets.ts
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2024-08-12 13:40:47 +0200
committerGitHub <noreply@github.com>2024-08-12 13:40:47 +0200
commit2039178b0f4550534ea6cca1efe64e2a6e4e901d (patch)
tree880b7290ed18b2eb8fb38dc8a39b5ad0ca234e58 /webAO/packets/packets.ts
parent1a32ea5886de62a495e6fcc65b3d270f9bd84cce (diff)
parentdc85197c9b966105813dd026480f9f6bc77d8b68 (diff)
Merge pull request #225 from AttorneyOnline/playerlist
Playerlist
Diffstat (limited to 'webAO/packets/packets.ts')
-rw-r--r--webAO/packets/packets.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/webAO/packets/packets.ts b/webAO/packets/packets.ts
index 79c43c1..ab6e3b0 100644
--- a/webAO/packets/packets.ts
+++ b/webAO/packets/packets.ts
@@ -38,6 +38,8 @@ import { handleASS } from './handlers/handleASS'
import { handleackMS } from './handlers/handleackMS'
import { handleSP } from './handlers/handleSP'
import { handleJD } from './handlers/handleJD'
+import { handlePU } from './handlers/handlePU'
+import { handlePR } from './handlers/handlePR'
export const packets = {
"MS": handleMS,
@@ -80,6 +82,8 @@ export const packets = {
"ackMS": handleackMS,
"SP": handleSP,
"JD": handleJD,
+ "PU": handlePU,
+ "PR": handlePR,
"decryptor": () => { },
"CHECK": () => { },
"CH": () => { },