Rename debug PackagePlugin target
This commit is contained in:
parent
e0e15acb16
commit
617aece11f
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project>
|
<Project>
|
||||||
<Target Name="PackagePlugin" AfterTargets="Build" Condition="'$(Configuration)' == 'Debug'">
|
<Target Name="PackagePluginDebug" AfterTargets="Build" Condition="'$(Configuration)' == 'Debug'">
|
||||||
<DalamudPackager
|
<DalamudPackager
|
||||||
ProjectDir="$(ProjectDir)"
|
ProjectDir="$(ProjectDir)"
|
||||||
OutputPath="$(OutputPath)"
|
OutputPath="$(OutputPath)"
|
||||||
|
@ -37,6 +37,9 @@ public sealed class Plogon : IDalamudPlugin
|
|||||||
private void CheckMessageHandled(XivChatType type, int senderId, ref SeString sender, ref SeString message,
|
private void CheckMessageHandled(XivChatType type, int senderId, ref SeString sender, ref SeString message,
|
||||||
ref bool isHandled)
|
ref bool isHandled)
|
||||||
{
|
{
|
||||||
|
if (_clientState.IsPvP)
|
||||||
|
return;
|
||||||
|
|
||||||
if (isHandled || type != XivChatType.NPCDialogue || senderId != 0 ||
|
if (isHandled || type != XivChatType.NPCDialogue || senderId != 0 ||
|
||||||
!_condition[ConditionFlag.OccupiedSummoningBell])
|
!_condition[ConditionFlag.OccupiedSummoningBell])
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user