Update ProfilesPlugin.java
This commit is contained in:
@@ -25,7 +25,14 @@ import net.runelite.client.ui.ClientToolbar;
|
|||||||
import net.runelite.client.ui.NavigationButton;
|
import net.runelite.client.ui.NavigationButton;
|
||||||
import net.runelite.client.util.ImageUtil;
|
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
|
public class ProfilesPlugin
|
||||||
extends Plugin {
|
extends Plugin {
|
||||||
@Inject
|
@Inject
|
||||||
|
|||||||
Reference in New Issue
Block a user