Fix #8 AGAIN...

This commit is contained in:
oldmud0 2016-02-27 10:19:19 -06:00
parent 4068fa32cc
commit 1f80ae3e0e

View file

@ -1493,7 +1493,7 @@ private: System::Windows::Forms::ContextMenu^ contextMenuStrip2;
}
}
// 発言でウィンドウ点滅
if(MemberList[0]->ID != id && !inname && UDP == nullptr) {
if(MemberList[0]->ID != id && !inname && MemberList[0]->STATE != MEMBER_STATE::MS_VS) {
if(MTOPTION.TALK_FLASH) {
WindowFlash();
}