mirror of
https://github.com/oldmud0/LilithPort.git
synced 2025-01-03 17:52:13 +01:00
Fix #8 AGAIN...
This commit is contained in:
parent
4068fa32cc
commit
1f80ae3e0e
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue