Merge pull request #5273 from deathbeam/xp-globes-off-by-default
Disable XP globes plugin by default
This commit is contained in:
@@ -48,7 +48,8 @@ import net.runelite.client.ui.overlay.OverlayManager;
|
||||
@PluginDescriptor(
|
||||
name = "XP Globes",
|
||||
description = "Show XP globes for the respective skill when gaining XP",
|
||||
tags = {"experience", "levels", "overlay"}
|
||||
tags = {"experience", "levels", "overlay"},
|
||||
enabledByDefault = false
|
||||
)
|
||||
@PluginDependency(XpTrackerPlugin.class)
|
||||
public class XpGlobesPlugin extends Plugin
|
||||
|
||||
Reference in New Issue
Block a user