Fix order hotkeys

This commit is contained in:
dP
2023-02-20 23:39:51 +04:00
parent 89734ef85a
commit 964c5d3413
5 changed files with 37 additions and 15 deletions

View File

@@ -234,7 +234,7 @@ std::tuple<bool, bool, bool> CommandHelperBase::InternalPostBefore(Commands cmd,
* However, in case of incoming network commands,
* map generation or the pause button we do want
* to execute. */
bool estimate_only = citymania::_estimate_mod && IsLocalCompany() && !_generating_world && !network_command && !(flags & CMD_NO_EST) && !citymania::_auto_command;
bool estimate_only = citymania::_estimate_mod && IsLocalCompany() && !_generating_world && !network_command && !(flags & CMD_NO_EST) && !citymania::_no_estimate_command;
/* We're only sending the command, so don't do
* fancy things for 'success'. */