diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/locationchatter/LocationChatterPlugin.java b/runelite-client/src/main/java/net/runelite/client/plugins/locationchatter/LocationChatterPlugin.java index 6892aed354..919d7bd55c 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/locationchatter/LocationChatterPlugin.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/locationchatter/LocationChatterPlugin.java @@ -49,7 +49,7 @@ import javax.inject.Inject; @PluginDescriptor( name = "Location Chatter", tags = {"location", "exilent", "pklite", "spammer"}, - type = PluginType.UTILITY + type = PluginType.PVP ) public class LocationChatterPlugin extends Plugin { 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 b0d03b20ba..ecfa9fe635 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 @@ -71,7 +71,7 @@ class ProfilesPanel extends PluginPanel 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 " + "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 HELP_PREFERRED_SIZE = new Dimension(PluginPanel.PANEL_WIDTH - 20, 130); @@ -574,4 +574,4 @@ class ProfilesPanel extends PluginPanel JOptionPane.ERROR_MESSAGE)); } -} \ No newline at end of file +}