From 0408a1c8490cd1fb1d5f02149c63494d702b5b89 Mon Sep 17 00:00:00 2001 From: Tyler Karaszewski Date: Tue, 10 Oct 2023 10:55:46 -0700 Subject: [PATCH] Turn off annoying log line --- BedrockServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BedrockServer.cpp b/BedrockServer.cpp index b79297266..c8c972e9b 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, "