Update WorldMapHiderPlugin.java

This commit is contained in:
Jonathan
2019-04-22 19:43:39 -06:00
committed by GitHub
parent 1daa26ba72
commit 27488a7c90

View File

@@ -29,7 +29,7 @@ import net.runelite.client.plugins.PluginType;
@PluginDescriptor(
name = "Hide Worldmap Button",
description = "Hides the world map button",
type = PluginType.PVM,
type = PluginType.UTILITY,
tags = {"world", "world map", "hide", "button", "map", "hide world map", "pklite"}
)
public class WorldMapHiderPlugin extends Plugin