@@ -49,7 +49,7 @@ import javax.inject.Inject;
|
|||||||
@PluginDescriptor(
|
@PluginDescriptor(
|
||||||
name = "Location Chatter",
|
name = "Location Chatter",
|
||||||
tags = {"location", "exilent", "pklite", "spammer"},
|
tags = {"location", "exilent", "pklite", "spammer"},
|
||||||
type = PluginType.UTILITY
|
type = PluginType.PVP
|
||||||
)
|
)
|
||||||
public class LocationChatterPlugin extends Plugin
|
public class LocationChatterPlugin extends Plugin
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ class ProfilesPanel extends PluginPanel
|
|||||||
private static final String PASSWORD_LABEL = "Account Password";
|
private static final String PASSWORD_LABEL = "Account Password";
|
||||||
private static final String HELP = "To add and load accounts, first enter a password into the Encryption Password " +
|
private static final String HELP = "To add and load accounts, first enter a password into the Encryption Password " +
|
||||||
"field then press Load Accounts. You can now add as many accounts as you would like. The next time you restart" +
|
"field then press Load Accounts. You can now add as many accounts as you would like. The next time you restart" +
|
||||||
" PKLite, enter your encryption password and click load accounts to see the accounts you entered";
|
" Runelite, enter your encryption password and click load accounts to see the accounts you entered";
|
||||||
private static final Dimension PREFERRED_SIZE = new Dimension(PluginPanel.PANEL_WIDTH - 20, 30);
|
private static final Dimension PREFERRED_SIZE = new Dimension(PluginPanel.PANEL_WIDTH - 20, 30);
|
||||||
private static final Dimension HELP_PREFERRED_SIZE = new Dimension(PluginPanel.PANEL_WIDTH - 20, 130);
|
private static final Dimension HELP_PREFERRED_SIZE = new Dimension(PluginPanel.PANEL_WIDTH - 20, 130);
|
||||||
|
|
||||||
@@ -574,4 +574,4 @@ class ProfilesPanel extends PluginPanel
|
|||||||
JOptionPane.ERROR_MESSAGE));
|
JOptionPane.ERROR_MESSAGE));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user