..
This commit is contained in:
@@ -355,7 +355,7 @@ namespace arDev
|
||||
if (TurnInformation != null && TurnInformation.IsTurning)
|
||||
{
|
||||
//턴진행중에 들어온 태그는 무시하자 260226
|
||||
RaiseMessage(MessageType.Normal, $"Tag Ignore by Turn (Tag:{tagnostr})");
|
||||
RaiseMessage(MessageType.TagIgnore, $"Tag Ignore by Turn (Tag:{tagnostr})");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -485,6 +485,7 @@ namespace arDev
|
||||
Error,
|
||||
Send,
|
||||
Recv,
|
||||
TagIgnore,
|
||||
}
|
||||
|
||||
public class MessageEventArgs : EventArgs
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
|
||||
Reference in New Issue
Block a user