Type Update

This commit is contained in:
Jonathan
2019-04-22 14:26:35 -06:00
committed by GitHub
parent 1f1e80cce6
commit e9595f9911

View File

@@ -79,7 +79,7 @@ import net.runelite.client.util.Text;
name = "BA Tools", name = "BA Tools",
description = "Custom tools for Barbarian Assault", description = "Custom tools for Barbarian Assault",
tags = {"minigame", "overlay", "timer"}, tags = {"minigame", "overlay", "timer"},
type = "utility" type = "PVM"
) )
public class BAToolsPlugin extends Plugin implements KeyListener public class BAToolsPlugin extends Plugin implements KeyListener
{ {