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",
description = "Custom tools for Barbarian Assault",
tags = {"minigame", "overlay", "timer"},
type = "utility"
type = "PVM"
)
public class BAToolsPlugin extends Plugin implements KeyListener
{
@@ -641,4 +641,4 @@ public class BAToolsPlugin extends Plugin implements KeyListener
shiftDown = false;
}
}
}
}