From 087425a57f82c659120d8a852aa34e2593fc27de Mon Sep 17 00:00:00 2001 From: Aldo Canepa Date: Thu, 30 Jan 2025 11:56:05 -0800 Subject: [PATCH] Add rollback to postProcess --- BedrockCore.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/BedrockCore.cpp b/BedrockCore.cpp index 602e05a95..6d44767a9 100644 --- a/BedrockCore.cpp +++ b/BedrockCore.cpp @@ -361,6 +361,7 @@ void BedrockCore::postProcessCommand(unique_ptr& command, bool i // The command is complete. command->complete = true; + _db.rollback(); _db.clearTimeout(); // Reset, we can write now.