report button: add clock tag

Co-authored-by: Malfuryent <jossparla94@gmail.com>
This commit is contained in:
melkypie
2020-05-23 20:54:32 +03:00
co-authored by Malfuryent
parent 33feac8e3b
commit 582798148a
@@ -53,7 +53,7 @@ import net.runelite.client.task.Schedule;
@PluginDescriptor(
name = "Report Button",
description = "Replace the text on the Report button with the current time",
tags = {"time", "utc"}
tags = {"time", "utc", "clock"}
)
public class ReportButtonPlugin extends Plugin
{