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(
|
@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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user