From f0f1351d40966192e38ee9fe21b7c37754abba04 Mon Sep 17 00:00:00 2001 From: GameParrot <85067619+GameParrot@users.noreply.github.com> Date: Wed, 23 Aug 2023 04:43:02 -0400 Subject: [PATCH] Update Mojang public key used for logins (#443) --- src/handshake/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handshake/constants.js b/src/handshake/constants.js index 3e7ef06..0362f0f 100644 --- a/src/handshake/constants.js +++ b/src/handshake/constants.js @@ -1,3 +1,3 @@ module.exports = { - PUBLIC_KEY: 'MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE8ELkixyLcwlZryUQcu1TvPOmI2B7vX83ndnWRUaXm74wFfa5f/lwQNTfrLVHa2PmenpGI6JhIMUJaWZrjmMj90NoKNFSNBuKdm8rYiXsfaz3K36x/1U26HpG0ZxK/V1V' + PUBLIC_KEY: 'MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAECRXueJeTDqNRRgJi/vlRufByu/2G0i2Ebt6YMar5QX/R0DIIyrJMcUpruK4QveTfJSTp3Shlq4Gk34cD/4GUWwkv0DVuzeuB+tXija7HBxii03NHDbPAD0AKnLr2wdAp' }