report button: add clock tag

Co-authored-by: Malfuryent <jossparla94@gmail.com>
This commit is contained in:
melkypie
2020-05-09 14:00:23 +03:00
parent 33feac8e3b
commit 582798148a

View File

@@ -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
{