bankplugin: Add "pin" as plugin search tag

This commit is contained in:
pilino1234
2021-03-01 19:06:31 +01:00
parent 1af326588e
commit c7cdad171a

View File

@@ -70,7 +70,7 @@ import net.runelite.client.util.QuantityFormatter;
@PluginDescriptor( @PluginDescriptor(
name = "Bank", name = "Bank",
description = "Modifications to the banking interface", description = "Modifications to the banking interface",
tags = {"grand", "exchange", "high", "alchemy", "prices", "deposit"} tags = {"grand", "exchange", "high", "alchemy", "prices", "deposit", "pin"}
) )
@Slf4j @Slf4j
public class BankPlugin extends Plugin public class BankPlugin extends Plugin