Update VorkathPlugin.java

This commit is contained in:
Jonathan
2019-04-22 14:31:15 -06:00
committed by GitHub
parent 59c82c4b78
commit 0d92e4a27e

View File

@@ -14,10 +14,10 @@ import net.runelite.client.ui.overlay.OverlayManager;
import org.apache.commons.lang3.ArrayUtils;
@PluginDescriptor(
name = "Vorkath",
name = "Vorkath Helper",
description = "Vorkath Helper",
tags = {"Vorkath", "Helper"},
type = "PVM"
type = "PVM"
)
public class VorkathPlugin extends Plugin
{