From 013c6cfe60e144d30818047982c7d8bef1515697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20=22Wega=22=20Weglarz?= <82312488+ThomasWega@users.noreply.github.com> Date: Wed, 9 Sep 2026 01:25:22 +0200 Subject: [PATCH 1/2] Fixed accountMigrationSuccess multification not being sent to the player when using /premium command --- .../navauth/velocity/command/user/PremiumAccountCommand.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navauth-velocity/src/main/kotlin/pl/spcode/navauth/velocity/command/user/PremiumAccountCommand.kt b/navauth-velocity/src/main/kotlin/pl/spcode/navauth/velocity/command/user/PremiumAccountCommand.kt index 581ee9e..b018c54 100644 --- a/navauth-velocity/src/main/kotlin/pl/spcode/navauth/velocity/command/user/PremiumAccountCommand.kt +++ b/navauth-velocity/src/main/kotlin/pl/spcode/navauth/velocity/command/user/PremiumAccountCommand.kt @@ -73,6 +73,6 @@ constructor( } userService.migrateToPremium(user, mojangProfile.uuid) - multification.create(sender) { it.multification.accountMigrationSuccess } + multification.create(sender) { it.multification.accountMigrationSuccess }.send() } } From 654e96e94079bab7ae93c0faaf6e8e3191cc2904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20=22Wega=22=20Weglarz?= <82312488+ThomasWega@users.noreply.github.com> Date: Thu, 10 Sep 2026 00:40:06 +0200 Subject: [PATCH 2/2] Updated CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b0779f..0d76280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ ### Fixes - fix unexpectedErrorOccurred message: changed val to var (this was causing warning messages and no changes after /reload) - /changepassword now notifies premium accounts that they can't change their password +- fix accountMigrationSuccess multification: not being sent to the player ### Config **Messages** config: