diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/profiles/ProfilesPanel.java b/runelite-client/src/main/java/net/runelite/client/plugins/profiles/ProfilesPanel.java index 970cd2b7b4..a5de549873 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/profiles/ProfilesPanel.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/profiles/ProfilesPanel.java @@ -295,14 +295,14 @@ class ProfilesPanel extends PluginPanel { return; } + + redrawProfiles(); } catch (InvalidKeySpecException | NoSuchAlgorithmException | IllegalBlockSizeException | InvalidKeyException | BadPaddingException | NoSuchPaddingException ex) { log.error(e.toString()); } - this.addAccount(data); - txtAccountLabel.setText(ACCOUNT_LABEL); txtAccountLogin.setText(ACCOUNT_USERNAME);