mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-12 22:00:02 -04:00
typo
This commit is contained in:
parent
b30172b4b0
commit
e94cb17857
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ export class Connection {
|
|||
const payloadJSON = JSON.stringify(payload);
|
||||
this.send(
|
||||
seq,
|
||||
new TextEncoder().encode(payload),
|
||||
new TextEncoder().encode(payloadJSON),
|
||||
C2SRequestTypes.WSClose
|
||||
).catch((e) => {
|
||||
// At this point there is nothing left to clean up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue