Merge pull request #7971 from chestnut1693/hometag
Add home tag to Default World plugin
This commit is contained in:
@@ -43,7 +43,8 @@ import net.runelite.http.api.worlds.WorldResult;
|
|||||||
|
|
||||||
@PluginDescriptor(
|
@PluginDescriptor(
|
||||||
name = "Default World",
|
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
|
@Slf4j
|
||||||
public class DefaultWorldPlugin extends Plugin
|
public class DefaultWorldPlugin extends Plugin
|
||||||
|
|||||||
Reference in New Issue
Block a user