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

fix: 🐛 use reader.get_files().has() before 4.2 #545

Merged
merged 1 commit into from
Feb 16, 2025

Conversation

KANAjetzt
Copy link
Member

Moved engine version-related functionality to _ModLoaderGodot and added @tool to _ModLoaderGodot to allow access in the editor. Added a version check to _ModLoaderFile.file_exists_in_zip() because ZIPReader.file_exists() was introduced in Godot 4.2.

Moved engine version-related functionality to `_ModLoaderGodot` and added `@tool` to `_ModLoaderGodot` to allow access in the editor. Added a version check to `_ModLoaderFile.file_exists_in_zip()` because `ZIPReader.file_exists()` was introduced in Godot 4.2.
@KANAjetzt KANAjetzt added bug Something isn't working 4.x 4.1 labels Feb 15, 2025
@KANAjetzt KANAjetzt added this to the 4.x - 7.0.0 milestone Feb 15, 2025
@KANAjetzt KANAjetzt self-assigned this Feb 15, 2025
@KANAjetzt KANAjetzt marked this pull request as ready for review February 15, 2025 09:18
@KANAjetzt KANAjetzt requested a review from Qubus0 February 15, 2025 09:18
@KANAjetzt KANAjetzt added this pull request to the merge queue Feb 16, 2025
Merged via the queue into GodotModding:4.x with commit c3e6603 Feb 16, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x 4.1 bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants