chore: Code Cleanup (#1239)
This commit is contained in:
parent
4eee508358
commit
6426996f29
10 changed files with 6 additions and 15 deletions
|
|
@ -61,11 +61,7 @@ public static class IncomingTargetingPackets
|
|||
// User pressed escape
|
||||
t.Cancel(from, TargetCancelType.Canceled);
|
||||
}
|
||||
else if (t.TargetID != targetID)
|
||||
{
|
||||
// Sanity, prevent fake target
|
||||
}
|
||||
else
|
||||
else if (t.TargetID == targetID)
|
||||
{
|
||||
object toTarget;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue