From 582966c6a62bed3aace14f6f3e4532dac84c3212 Mon Sep 17 00:00:00 2001 From: Jonathan <48493132+Raieverr@users.noreply.github.com> Date: Mon, 22 Apr 2019 14:33:57 -0600 Subject: [PATCH] Update ProfilesPlugin.java --- .../runelite/client/plugins/profiles/ProfilesPlugin.java | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/profiles/ProfilesPlugin.java b/runelite-client/src/main/java/net/runelite/client/plugins/profiles/ProfilesPlugin.java index 4128adba44..d1aca754fd 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/profiles/ProfilesPlugin.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/profiles/ProfilesPlugin.java @@ -25,7 +25,14 @@ import net.runelite.client.ui.ClientToolbar; import net.runelite.client.ui.NavigationButton; import net.runelite.client.util.ImageUtil; -@PluginDescriptor(name="Account Switcher", description="Allow for a allows you to easily switch between multiple OSRS Accounts", tags={"profile", "account", "login", "log in"}) +@PluginDescriptor( + + name="Account Switcher", + description="Allow for a allows you to easily switch between multiple OSRS Accounts", + tags={"profile", "account", "login", "log in"}, + type = "utility" +) + public class ProfilesPlugin extends Plugin { @Inject