fix rcon issue
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user