Merge pull request #1314 from sunha7/patch-2

raids shortcuts: Add PVM plugintype to plugin
This commit is contained in:
ST0NEWALL
2019-08-13 04:04:21 -04:00
committed by GitHub

View File

@@ -19,12 +19,14 @@ import net.runelite.client.config.ConfigManager;
import net.runelite.client.eventbus.EventBus;
import net.runelite.client.plugins.Plugin;
import net.runelite.client.plugins.PluginDescriptor;
import net.runelite.client.plugins.PluginType;
import net.runelite.client.ui.overlay.OverlayManager;
@PluginDescriptor(
name = "Raid Shortcuts",
name = "Raids Shortcuts",
description = "Highlights Raid Shortcuts",
tags = {"boulder", "cox", "raids", "highlight"}
tags = {"boulder", "cox", "raids", "highlight"},
type = PluginType.PVM
)
@Slf4j
@Singleton