Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submodule update and fix TopPriorityHostile causing redtext #435

Merged
merged 2 commits into from
Oct 19, 2024
Merged

Conversation

LTS-FFXIV
Copy link
Member

Updated ECommons subproject commit to bf66e3d-dirty.
Fixed ObjectHelper class in ObjectHelper.cs for null checks on TopPriorityHostile causing redtext events.
Updated System.Drawing.Common to 8.0.10 in RotationSolver.Basic.csproj.
Updated Microsoft.CodeAnalysis.CSharp to 4.11.0 in RotationSolver.SourceGenerators.csproj.
Removed break statements in ActionCondition.cs and directly returned false if conditions are not met. Changed NextGCDActionChanged and NextActionChanged events in ActionUpdater.cs from nullable Action<uint>? to non-nullable Action<uint> with default empty delegates to avoid null reference issues.

Updated ECommons subproject commit to bf66e3d-dirty.
Fixed ObjectHelper class in ObjectHelper.cs for null checks on TopPriorityHostile causing redtext events.
Updated System.Drawing.Common to 8.0.10 in RotationSolver.Basic.csproj.
Updated Microsoft.CodeAnalysis.CSharp to 4.11.0 in RotationSolver.SourceGenerators.csproj.
Removed `break` statements in `ActionCondition.cs` and directly returned `false` if conditions are not met. Changed `NextGCDActionChanged` and `NextActionChanged` events in `ActionUpdater.cs` from nullable `Action<uint>?` to non-nullable `Action<uint>` with default empty delegates to avoid null reference issues.
@LTS-FFXIV LTS-FFXIV merged commit 5d8164a into main Oct 19, 2024
@LTS-FFXIV LTS-FFXIV deleted the redtext branch October 23, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant