mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
don't call alert() when a message in a public chat is received
This commit is contained in:
parent
a4c3d48389
commit
cc795a2dd7
4 changed files with 7 additions and 6 deletions
|
|
@ -262,5 +262,5 @@ void TabRoom::processLeaveRoomEvent(Event_LeaveRoom *event)
|
|||
void TabRoom::processSayEvent(Event_RoomSay *event)
|
||||
{
|
||||
chatView->appendMessage(event->getPlayerName(), event->getMessage());
|
||||
emit userEvent();
|
||||
emit userEvent(false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue