You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Check that the mod ID is correct. This will fail if the mod's folder in
459
+
# "res://mods-unpacked" does not match its full ID, which is `namespace.name`
460
+
varmod_check_id=_get_mod_full_id(mod)
461
+
ifmod_id!=mod_check_id:
462
+
mod_log(str("ERROR - ", mod_id, " - Mod ID does not match the data in manifest.json. Expected '", mod_id ,"', but '{namespace}-{name}' was '", mod_check_id ,"'"), LOG_NAME)
0 commit comments