Merge pull request #6970 from MagicfTail/patch-1
Fix the description of the wintertodt plugin and add boss tag
This commit is contained in:
@@ -71,8 +71,8 @@ import net.runelite.client.util.ColorUtil;
|
||||
|
||||
@PluginDescriptor(
|
||||
name = "Wintertodt",
|
||||
description = "Show helpful information for the Wintertodt minigame",
|
||||
tags = {"minigame", "firemaking"}
|
||||
description = "Show helpful information for the Wintertodt boss",
|
||||
tags = {"minigame", "firemaking", "boss"}
|
||||
)
|
||||
@Slf4j
|
||||
public class WintertodtPlugin extends Plugin
|
||||
@@ -473,4 +473,4 @@ public class WintertodtPlugin extends Plugin
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user