Merge pull request #6970 from MagicfTail/patch-1

Fix the description of the wintertodt plugin and add boss tag
This commit is contained in:
Tomas Slusny
2018-12-17 02:34:39 +01:00
committed by GitHub

View File

@@ -71,8 +71,8 @@ import net.runelite.client.util.ColorUtil;
@PluginDescriptor( @PluginDescriptor(
name = "Wintertodt", name = "Wintertodt",
description = "Show helpful information for the Wintertodt minigame", description = "Show helpful information for the Wintertodt boss",
tags = {"minigame", "firemaking"} tags = {"minigame", "firemaking", "boss"}
) )
@Slf4j @Slf4j
public class WintertodtPlugin extends Plugin public class WintertodtPlugin extends Plugin
@@ -473,4 +473,4 @@ public class WintertodtPlugin extends Plugin
return 0; return 0;
} }
} }
} }