Bug fix
This commit is contained in:
@ -16,7 +16,7 @@ export default class ToggleFogCommand {
|
||||
) {}
|
||||
|
||||
public listen(): void {
|
||||
this.socket.on('chat:send_message', this.handleAlertCommand.bind(this))
|
||||
this.socket.on('chat:message', this.handleAlertCommand.bind(this))
|
||||
}
|
||||
|
||||
private async handleAlertCommand(data: TypePayload, callback: (response: boolean) => void): Promise<void> {
|
||||
|
Reference in New Issue
Block a user