Merge pull request #5273 from deathbeam/xp-globes-off-by-default

Disable XP globes plugin by default
This commit is contained in:
Tomas Slusny
2018-09-03 08:49:54 +02:00
committed by GitHub

View File

@@ -48,7 +48,8 @@ import net.runelite.client.ui.overlay.OverlayManager;
@PluginDescriptor( @PluginDescriptor(
name = "XP Globes", name = "XP Globes",
description = "Show XP globes for the respective skill when gaining XP", description = "Show XP globes for the respective skill when gaining XP",
tags = {"experience", "levels", "overlay"} tags = {"experience", "levels", "overlay"},
enabledByDefault = false
) )
@PluginDependency(XpTrackerPlugin.class) @PluginDependency(XpTrackerPlugin.class)
public class XpGlobesPlugin extends Plugin public class XpGlobesPlugin extends Plugin