mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-05-18 13:38:41 -04:00
package: allow authors key in the plugin commit descriptor
This commit is contained in:
@@ -239,6 +239,7 @@ public class Plugin implements Closeable
|
||||
defaultSupportURL = repoRoot + "/tree/" + commit;
|
||||
|
||||
warning = (String) cd.remove("warning");
|
||||
cd.remove("authors");
|
||||
|
||||
for (Map.Entry<Object, Object> extra : cd.entrySet())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user