mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55: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;
|
||||
foreach(CTextMessage tm, textMessages)
|
||||
{
|
||||
if (!tm.isPrivateMessage()) continue;
|
||||
this->m_simulator->displayStatusMessage(tm.asStatusMessage(true, true));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user