Add home tag to Default World plugin

This commit is contained in:
chestnut1693
2019-02-21 22:44:13 +01:00
parent 77e8933dbc
commit 0e2ea20db0

View File

@@ -43,7 +43,8 @@ import net.runelite.http.api.worlds.WorldResult;
@PluginDescriptor(
name = "Default World",
description = "Enable a default world to be selected when launching the client"
description = "Enable a default world to be selected when launching the client",
tags = {"home"}
)
@Slf4j
public class DefaultWorldPlugin extends Plugin