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.
_get_mod_full_id
1 parent 071fae8 commit 604c4acCopy full SHA for 604c4ac
loader/mod_loader.gd
@@ -512,9 +512,9 @@ func _init_mod(mod):
512
# Util functions used in the mod loading process
513
514
func _get_mod_full_id(mod:Dictionary)->String:
515
- var id = mod.meta_data.extra.godot.id
+ var name = mod.meta_data.name
516
var namespace = mod.meta_data.namespace
517
- return str(namespace, "-", id)
+ return str(namespace, "-", name)
518
519
520
# Check if the provided command line argument was present when launching the game
0 commit comments