*Remove syncProtomux

This commit is contained in:
Derrick Hammer 2023-04-08 15:18:37 -04:00
parent 92bc8e5ce8
commit 3a207c107c
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 8 deletions

View File

@ -253,14 +253,6 @@ export class Socket extends Client {
this.ensureEvent(event as string);
this.eventUpdates[event].push(update);
}
public async syncProtomux(action: string, id: number) {
return this.callModuleReturn("syncProtomux", {
id: this.id,
action,
data: id,
});
}
}
export const MODULE = "_AVKgzVYC8Sb_qiTA6kw5BDzQ4Ch-8D4sldQJl8dXF9oTw";