mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 18:13:29 +00:00
Chatbox: fixed command messages not working
This line got commented out somewhere with the transition to a standalone widget.
This commit is contained in:
parent
db0cb45352
commit
82cd550cff
@ -122,7 +122,7 @@ void tchatbox::send_message_button_callback()
|
||||
// TODO: refactor do_speak so it uses context information about
|
||||
// opened window, so e.g. /ignore in a whisper session ignores
|
||||
// the other party without having to specify it's nick.
|
||||
//chat_handler::do_speak(input);
|
||||
chat_handler::do_speak(input);
|
||||
} else {
|
||||
tlobby_chat_window& t = open_windows_[active_window_];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user