diff options
| author | stonedDiscord <Tukz@gmx.de> | 2024-08-07 19:33:35 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2024-08-07 19:33:35 +0200 |
| commit | 26d5691ce5d3840c458745409a70f196dc5474f3 (patch) | |
| tree | fdbd7076e7e75cce5b97d9ca847d3a38161626c6 /webAO/packets/packets.ts | |
| parent | a87d5a87167ee790b395f57eb5da19fbaa684537 (diff) | |
adding and removing works
Diffstat (limited to 'webAO/packets/packets.ts')
| -rw-r--r-- | webAO/packets/packets.ts | 4 |
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": () => { }, |
