We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d575f15 commit ceb70cdCopy full SHA for ceb70cd
root/mods-unpacked/GodotModding-UserProfile/mod_main.gd
@@ -49,5 +49,4 @@ func apply_config(config: ModConfig) -> void:
49
50
func _on_current_config_changed(config: ModConfig) -> void:
51
if config.mod_id == GodotModding_User_Profile_MOD_DIR:
52
- ModLoaderLog.debug("HHHHHEEEEEEEEYYYY - My config changed to %s" % config.name, GodotModding_User_Profile_LOG_NAME)
53
apply_config(config)
0 commit comments