mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
refs #283 Simulator can display private messages too
This commit is contained in:
@@ -299,7 +299,6 @@ namespace BlackCore
|
|||||||
if (!this->m_simulator) return;
|
if (!this->m_simulator) return;
|
||||||
foreach(CTextMessage tm, textMessages)
|
foreach(CTextMessage tm, textMessages)
|
||||||
{
|
{
|
||||||
if (!tm.isPrivateMessage()) continue;
|
|
||||||
this->m_simulator->displayStatusMessage(tm.asStatusMessage(true, true));
|
this->m_simulator->displayStatusMessage(tm.asStatusMessage(true, true));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user