1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

fix rcon issue

This commit is contained in:
RaidMax
2022-04-25 15:39:30 -05:00
parent 2a4d2cc87a
commit d12c15253e
4 changed files with 77 additions and 44 deletions

View File

@ -482,7 +482,7 @@ const pollForEvents = server => {
if (!state.waitingOnOutput) {
if (state.queuedMessages.length === 0) {
logger.WriteDebug('No messages in queue');
return;``
return;
}
state.waitingOnOutput = true;