Skip to content

Commit

Permalink
Disabled the editor item tool for 1.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
fendrin committed Jun 7, 2014
1 parent 6575063 commit a25ff8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/editor_controller.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit a25ff8d

Please sign in to comment.