Update TarnsLairPlugin.java

This commit is contained in:
Jonathan
2019-04-24 19:23:12 -06:00
committed by GitHub
parent a7a1a25065
commit ebc2436c56

View File

@@ -49,8 +49,10 @@ import net.runelite.client.ui.overlay.OverlayManager;
@PluginDescriptor( @PluginDescriptor(
name = "Tarn's Lair", name = "Tarn's Lair",
description = "Mark tiles and clickboxes to help traverse the maze", description = "Mark tiles and clickboxes to help traverse the maze",
tags = {"agility", "maze", "minigame", "overlay"} tags = {"agility", "maze", "minigame", "overlay"},
type = PluginType.UTILITY
) )
@Slf4j @Slf4j
public class TarnsLairPlugin extends Plugin public class TarnsLairPlugin extends Plugin
{ {