Update RaidsPlugin.java

This commit is contained in:
Jonathan
2019-04-22 14:34:33 -06:00
committed by GitHub
parent 582966c6a6
commit 0ed019ed1d

View File

@@ -87,7 +87,8 @@ import net.runelite.client.util.HotkeyListener;
@PluginDescriptor(
name = "Chambers Of Xeric",
description = "Show helpful information for the Chambers of Xeric raid",
tags = {"combat", "raid", "overlay", "pve", "pvm", "bosses", "cox", "olm"}
tags = {"combat", "raid", "overlay", "pve", "pvm", "bosses", "cox", "olm"},
type = "PVM"
)
@Slf4j
public class RaidsPlugin extends Plugin