From 47a7ccdfdd41c5912f49bdd038ce3db95298caf1 Mon Sep 17 00:00:00 2001 From: Dev Date: Sat, 21 Sep 2024 12:45:49 +0100 Subject: [PATCH] Added logging when profile migration completes --- project/src/controllers/GameController.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project/src/controllers/GameController.ts b/project/src/controllers/GameController.ts index 653a08ee..7a4cdf41 100644 --- a/project/src/controllers/GameController.ts +++ b/project/src/controllers/GameController.ts @@ -169,6 +169,8 @@ export class GameController { // Flag as migrated fullProfile.spt.migrations["39x"] = this.timeUtil.getTimestamp(); + + this.logger.success(`Migration of 3.9.x profile: ${fullProfile.info.username} completed successfully`); } if (Array.isArray(fullProfile.characters.pmc.WishList)) {