xpdrop plugin: add 'prayer' to tags

This commit is contained in:
DeliciousLunch55
2020-02-23 11:28:17 -06:00
committed by GitHub
parent 99cca2025b
commit 5a95ac2015

View File

@@ -49,7 +49,7 @@ import net.runelite.client.plugins.PluginDescriptor;
@PluginDescriptor( @PluginDescriptor(
name = "XP Drop", name = "XP Drop",
description = "Enable customization of the way XP drops are displayed", description = "Enable customization of the way XP drops are displayed",
tags = {"experience", "levels", "tick"} tags = {"experience", "levels", "tick", "prayer"}
) )
public class XpDropPlugin extends Plugin public class XpDropPlugin extends Plugin
{ {