equipmentinspector: (Package) private class/method
This commit is contained in:
@@ -49,7 +49,7 @@ import net.runelite.client.ui.PluginPanel;
|
||||
|
||||
@Slf4j
|
||||
@Singleton
|
||||
public class EquipmentInspectorPanel extends PluginPanel
|
||||
class EquipmentInspectorPanel extends PluginPanel
|
||||
{
|
||||
private final static String NO_PLAYER_SELECTED = "No player selected";
|
||||
|
||||
|
||||
@@ -306,7 +306,7 @@ public class EquipmentInspectorPlugin extends Plugin
|
||||
}
|
||||
}
|
||||
|
||||
public void updateConfig()
|
||||
private void updateConfig()
|
||||
{
|
||||
this.ShowValue = config.ShowValue();
|
||||
this.protecteditems = config.protecteditems();
|
||||
|
||||
Reference in New Issue
Block a user