We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 686beee commit 9f2dc82Copy full SHA for 9f2dc82
1 file changed
src/load_preset.py
@@ -150,6 +150,7 @@ def change_grp_id(
150
asset_bundle_path: str | None = None,
151
) -> None:
152
print("Applying changes to the database...")
153
+ total_localizations = 0
154
if json_manual:
155
grp_id = json_manual.pop("GrpId")
156
localizations = json_manual.pop("Localizations_enUS", None)
0 commit comments