Fix #16: Clear no estimation flag after running the command

This commit is contained in:
dP
2023-04-12 13:31:54 +04:00
parent a32d526438
commit d485d4edd6

View File

@@ -52,6 +52,7 @@ public:
_current_callback = this->callback;
bool res = this->_post(reinterpret_cast<::CommandCallback *>(reinterpret_cast<void(*)()>(callback)));
_current_company = company_backup;
_no_estimate_command = false;
return res;
}