From 1f80ae3e0e913014ea111956602696b1f3d53687 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Sat, 27 Feb 2016 10:19:19 -0600 Subject: [PATCH] Fix #8 AGAIN... --- LilithPort/MainForm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LilithPort/MainForm.h b/LilithPort/MainForm.h index 196c1cb..0fa4dd2 100644 --- a/LilithPort/MainForm.h +++ b/LilithPort/MainForm.h @@ -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(); }