Merge pull request #7971 from chestnut1693/hometag

Add home tag to Default World plugin
This commit is contained in:
Tomas Slusny
2019-02-26 22:34:23 +00:00
committed by GitHub

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