Skip to content

Commit

Permalink
Core: CastingHandler: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Xian55 committed Dec 29, 2024
1 parent 5ce3ffe commit 9968d60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Core/GoalsComponent/CastingHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,6 @@ public bool Cast(KeyAction item, Func<bool> interrupt)
input.PressESC();
WaitForGCD(item, false, true, CancellationToken.None);
wait.Fixed(playerReader.NetworkLatency);
//wait.Update();
}

LogFailedDueReason(logger, item.Name, result.ToStringF());
Expand Down

0 comments on commit 9968d60

Please sign in to comment.