GodotModding / godot-mod-loader

A general purpose mod loader for GDScript based Godot Games [3.x/4.x]
https://discord.godotmodding.com
Creative Commons Zero v1.0 Universal
369 stars 30 forks source link

Mod Configs: `current_config` was `null` because it isn't set in `ModData._load_config` #466

Open KANAjetzt opened 1 week ago

KANAjetzt commented 1 week ago

Can be salvaged from

  • Fixed an issue where current_config was null because it wasn't set in ModData._load_config.

https://github.com/KANAjetzt/godot-mod-loader/blob/cea915e276a59c7b8c89f4c103e7d3147fdbf879/addons/mod_loader/resources/mod_data.gd#L125-L127

KANAjetzt commented 2 days ago

duplicate of #445

KANAjetzt commented 2 days ago

actually still an issue for 3.x