mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-13 06:10:01 -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);
|
const payloadJSON = JSON.stringify(payload);
|
||||||
this.send(
|
this.send(
|
||||||
seq,
|
seq,
|
||||||
new TextEncoder().encode(payload),
|
new TextEncoder().encode(payloadJSON),
|
||||||
C2SRequestTypes.WSClose
|
C2SRequestTypes.WSClose
|
||||||
).catch((e) => {
|
).catch((e) => {
|
||||||
// At this point there is nothing left to clean up
|
// At this point there is nothing left to clean up
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue