diff --git a/BedrockServer.cpp b/BedrockServer.cpp index 0ae15f10a..8105dd9a7 100644 --- a/BedrockServer.cpp +++ b/BedrockServer.cpp @@ -712,7 +712,6 @@ void BedrockServer::runCommand(unique_ptr&& _command, bool isBlo // signals, like SIGSEGV, this function will be called. SSetSignalHandlerDieFunc([&](){ _clusterMessenger->runOnAll(_generateCrashMessage(command)); - _syncNode->kill(); }); // If we dequeue a status or control command, handle it immediately.