Update ProfilesPlugin.java

This commit is contained in:
Jonathan
2019-04-22 14:33:57 -06:00
committed by GitHub
parent 31a792d7b9
commit 582966c6a6

View File

@@ -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