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