Update PlayerIndicatorsPlugin.java

This commit is contained in:
Jonathan
2019-04-22 14:28:20 -06:00
committed by GitHub
parent 9d03fc4401
commit eb1ebe180d

View File

@@ -58,7 +58,7 @@ import net.runelite.client.util.WildcardMatcher;
name = "Player Indicators",
description = "Highlight players on-screen and/or on the minimap",
tags = {"highlight", "minimap", "overlay", "players"},
type = "utility"
type = "PVP"
)
public class PlayerIndicatorsPlugin extends Plugin
{