Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PositionalGuide/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ internal void Draw() {
if (Objects.LocalPlayer is not IPlayerCharacter player)
return;

if (target.ObjectKind is ObjectKind.Player) {
if (target.ObjectKind is ObjectKind.Pc) {
if (!this.Config.DrawOnPlayers)
return;
if (target != Objects.LocalPlayer && this.Config.DrawOnSelfOnly)
Expand Down
7 changes: 6 additions & 1 deletion PositionalGuide/PositionalGuide.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
<Project Sdk="Dalamud.NET.Sdk/14.0.1">
<PropertyGroup>
<Product>PositionalGuide</Product>
<Version>4.8.1</Version>
<Version>4.8.2</Version>
<Description>Provides drawn guidelines to see where you need to stand to hit enemies with positionals</Description>
<Copyright>Copyleft VariableVixen 2022</Copyright>
<PackageProjectUrl>https://github.com/VariableVixen/PositionalAssistant</PackageProjectUrl>
</PropertyGroup>

<Import Project="dalamud.props" />

<ItemGroup>
<PackageReference Update="DalamudPackager" Version="15.0.0" />
<PackageReference Update="DotNet.ReproducibleBuilds" Version="2.0.2" />
</ItemGroup>

</Project>
18 changes: 9 additions & 9 deletions PositionalGuide/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"net10.0-windows7.0": {
"DalamudPackager": {
"type": "Direct",
"requested": "[14.0.1, )",
"resolved": "14.0.1",
"contentHash": "y0WWyUE6dhpGdolK3iKgwys05/nZaVf4ZPtIjpLhJBZvHxkkiE23zYRo7K7uqAgoK/QvK5cqF6l3VG5AbgC6KA=="
"requested": "[15.0.0, )",
"resolved": "15.0.0",
"contentHash": "411vwC8/X8Z/sQ2TI6v3SvOn66xFPeOjFn3Zn+h0d3Ox2t1kFm66AhDvmx/qcMwVrR+Hidxj0dadpQ2dgyXMBQ=="
},
"DotNet.ReproducibleBuilds": {
"type": "Direct",
"requested": "[1.2.39, )",
"resolved": "1.2.39",
"contentHash": "fcFN01tDTIQqDuTwr1jUQK/geofiwjG5DycJQOnC72i1SsLAk1ELe+apBOuZ11UMQG8YKFZG1FgvjZPbqHyatg=="
"requested": "[2.0.2, )",
"resolved": "2.0.2",
"contentHash": "VaHoEN6YHp0jXucxm67vfuRy8zo9ufiKSuaZ4ZudRi8xmWcEFMKxfCsg2nvYNvdISFTURDu+IHqADGh53+Bamw=="
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[10.0.1, )",
"resolved": "10.0.1",
"contentHash": "ISahzLHsHY7vrwqr2p1YWZ+gsxoBRtH7gWRDK8fDUst9pp2He0GiesaqEfeX0V8QMCJM3eNEHGGpnIcPjFo2NQ=="
"requested": "[10.0.8, )",
"resolved": "10.0.8",
"contentHash": "dVbSXGIFNR5nZcv2tOLoWI+a9T4jtFd77IYjuND+QVe360qWgAF7H0WtoopYhRw/+SgpGUTyrkrh+65+ClNnfw=="
}
}
}
Expand Down