Skip to content

Commit

Permalink
Remove one redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerkaraszewski committed Feb 23, 2024
1 parent d8ba53d commit 627c913
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BedrockServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,6 @@ void BedrockServer::runCommand(unique_ptr<BedrockCommand>&& _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.
Expand Down

0 comments on commit 627c913

Please sign in to comment.