Update WildernessLocationsPlugin.java

This commit is contained in:
Kyleeld
2019-04-25 21:56:37 +01:00
committed by GitHub
parent 7671e61cf3
commit 01ab3e1c22

View File

@@ -22,7 +22,7 @@ import net.runelite.client.util.WildernessLocation;
@PluginDescriptor(
name = "Wild Locations",
description = "Indicates the players current location in the wild",
tags = {"Wildy", "Wilderness Location", "location", "loc", "pvp", "pklite"}
tags = {"Wildy", "Wilderness Location", "location", "loc", "pvp", "pklite"},
type = PluginType.PVP
)
public class WildernessLocationsPlugin extends Plugin