Skip to content
New issue

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

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

Already on GitHub? # to your account

fix: 🐛 Fix ModLoaderUtils log deprecation using ModLoader.* #300

Conversation

ithinkandicode
Copy link
Collaborator

ModLoaderUtils log deprecation messages all state the old method class was ModLoader.*, but this should be ModLoaderUtils.*. This fixes that.

Closes #299.

ModLoaderUtils log deprecation messages all use `ModLoader.*`, instead of `ModLoaderUtils.*`.
@ithinkandicode ithinkandicode added the bug Something isn't working label Jun 25, 2023
@ithinkandicode ithinkandicode linked an issue Jun 25, 2023 that may be closed by this pull request
Copy link
Collaborator

@Qubus0 Qubus0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ithinkandicode ithinkandicode added this pull request to the merge queue Jun 25, 2023
Merged via the queue into GodotModding:development with commit 54018b2 Jun 25, 2023
@KANAjetzt KANAjetzt mentioned this pull request Jun 27, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect deprecation message for ModLoaderUtils.log_*
2 participants