Hide config plugin
This commit is contained in:
@@ -40,7 +40,8 @@ import net.runelite.client.ui.NavigationButton;
|
|||||||
|
|
||||||
@PluginDescriptor(
|
@PluginDescriptor(
|
||||||
name = "Configuration",
|
name = "Configuration",
|
||||||
loadWhenOutdated = true
|
loadWhenOutdated = true,
|
||||||
|
hidden = true // prevent users from disabling
|
||||||
)
|
)
|
||||||
public class ConfigPlugin extends Plugin
|
public class ConfigPlugin extends Plugin
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user