This commit is contained in:
Marek 2023-12-30 07:00:44 +00:00
parent 04af5b9c8b
commit 08bf6a4e6a

View File

@ -351,7 +351,6 @@ export default class Rcon extends EventEmitter {
}
});
} else {
this.callbackIds.push({ id: this.count, cmd: body });
this.responseCallbackQueue.push((response) => {
this.client.removeListener('error', onError);