mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
rename function
This commit is contained in:
parent
e2be1cd897
commit
cc3e4edfd9
2 changed files with 2 additions and 2 deletions
|
|
@ -298,7 +298,7 @@ void ChatView::appendMessage(QString message, QString sender, UserLevelFlags use
|
|||
}
|
||||
else if (index == mentionFirstIndex)
|
||||
{
|
||||
if (tabSupervisor->isALocalGame())
|
||||
if (tabSupervisor->getIsLocalGame())
|
||||
{
|
||||
cursor.insertText("@");
|
||||
message = message.mid(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue