Update WildernessLocationsPlugin.java

This commit is contained in:
Kyleeld
2019-04-25 21:36:30 +01:00
committed by GitHub
parent 7c2e71cc55
commit 72407dd5a3

View File

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