mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: Remove duplicate line due to copy&paste error
This commit is contained in:
parent
bf4ebbe237
commit
c1054adf83
1 changed files with 0 additions and 3 deletions
|
|
@ -556,9 +556,6 @@ namespace Dalamud.Interface
|
|||
if (targetMgr.PreviousTarget != null)
|
||||
this.PrintActor(targetMgr.PreviousTarget, "PreviousTarget");
|
||||
|
||||
if (targetMgr.PreviousTarget != null)
|
||||
this.PrintActor(targetMgr.PreviousTarget, "PreviousTarget");
|
||||
|
||||
if (targetMgr.SoftTarget != null)
|
||||
this.PrintActor(targetMgr.SoftTarget, "SoftTarget");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue