mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-13 06:10:01 -04:00
console.log AdriftClient
This commit is contained in:
parent
ce4a642542
commit
cf816510ad
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ export class AdriftBareClient extends Client {
|
|||
);
|
||||
|
||||
ws.send = (data: any) => {
|
||||
console.log("Reached AdriftClient.ts send");
|
||||
send(data);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue