Update TarnsLairPlugin.java
This commit is contained in:
@@ -49,8 +49,10 @@ import net.runelite.client.ui.overlay.OverlayManager;
|
||||
@PluginDescriptor(
|
||||
name = "Tarn's Lair",
|
||||
description = "Mark tiles and clickboxes to help traverse the maze",
|
||||
tags = {"agility", "maze", "minigame", "overlay"}
|
||||
tags = {"agility", "maze", "minigame", "overlay"},
|
||||
type = PluginType.UTILITY
|
||||
)
|
||||
|
||||
@Slf4j
|
||||
public class TarnsLairPlugin extends Plugin
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user