Fixed bug #7156. Speaking as an observer has been disabled.
This commit is contained in:
parent
8e4d2cb18f
commit
daeab295a4
1 changed files with 1 additions and 1 deletions
|
@ -666,7 +666,7 @@ bool turn_info::can_execute_command(hotkey::HOTKEY_COMMAND command) const
|
|||
return true;
|
||||
|
||||
case hotkey::HOTKEY_SPEAK:
|
||||
return network::nconnections() > 0;
|
||||
return !browse_ && network::nconnections() > 0;
|
||||
|
||||
case hotkey::HOTKEY_REDO:
|
||||
return !browse_ && !redo_stack_.empty();
|
||||
|
|
Loading…
Add table
Reference in a new issue