diff --git a/BedrockServer.cpp b/BedrockServer.cpp index 0f4e1e626..ea1a22ba9 100644 --- a/BedrockServer.cpp +++ b/BedrockServer.cpp @@ -671,7 +671,7 @@ void BedrockServer::worker(int threadId) }); // Get the next one. - command = commandQueue.get(1000000, !threadId); + command = commandQueue.get(1000000); SAUTOPREFIX(command->request); SINFO("Dequeued command " << command->request.methodLine << " (" << command->id << ") in worker, "