Merge pull request #300 from deathbeam/account-config-load
Show account and config plugins when outdated
This commit is contained in:
@@ -50,7 +50,8 @@ import net.runelite.http.api.account.OAuthResponse;
|
||||
import net.runelite.http.api.ws.messages.LoginResponse;
|
||||
|
||||
@PluginDescriptor(
|
||||
name = "Account plugin"
|
||||
name = "Account plugin",
|
||||
loadWhenOutdated = true
|
||||
)
|
||||
@Slf4j
|
||||
public class AccountPlugin extends Plugin
|
||||
|
||||
@@ -33,7 +33,8 @@ import net.runelite.client.ui.ClientUI;
|
||||
import net.runelite.client.ui.NavigationButton;
|
||||
|
||||
@PluginDescriptor(
|
||||
name = "Configuration plugin"
|
||||
name = "Configuration plugin",
|
||||
loadWhenOutdated = true
|
||||
)
|
||||
public class ConfigPlugin extends Plugin
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user