Update SafeSpotPlugin.java

This commit is contained in:
gazivodag
2019-04-23 05:31:04 -04:00
committed by GitHub
parent 3118be0896
commit 4462a0c585

View File

@@ -26,9 +26,9 @@ import net.runelite.client.ui.overlay.OverlayManager;
@PluginDescriptor( @PluginDescriptor(
name = "1 Way PVP Safe Spots", name = "1 Way PVP Safe Spots",
description = "Renders tile overlays for one way safe spots", description = "Renders tile overlays for one way safe spots",
tags = {"safe spot", "pvp", "safespots", "pklite"}, tags = {"safe spot", "pvp", "safespots", "npc", "pklite"},
enabledByDefault = false, enabledByDefault = false,
type = PluginType.PVP type = PluginType.UTILITY
) )
public class SafeSpotPlugin extends Plugin public class SafeSpotPlugin extends Plugin
{ {