Fix #16: Clear no estimation flag after running the command
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user