Disabled the editor item tool for 1.12.
This commit is contained in:
parent
6575063560
commit
a25ff8d608
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ bool editor_controller::can_execute_command(const hotkey::hotkey_command& cmd, i
|
|||
case HOTKEY_EDITOR_SCENARIO_EDIT:
|
||||
case HOTKEY_EDITOR_TOOL_LABEL:
|
||||
case HOTKEY_EDITOR_TOOL_ITEM:
|
||||
return !context_manager_->get_map_context().is_pure_map();
|
||||
return false; // !context_manager_->get_map_context().is_pure_map(); disabled for 1.12
|
||||
case HOTKEY_EDITOR_TOOL_UNIT:
|
||||
case HOTKEY_EDITOR_TOOL_VILLAGE:
|
||||
return !context_manager_->get_map_context().get_teams().empty();
|
||||
|
|
Loading…
Add table
Reference in a new issue