Update PluginSorterPlugin.java
should fix plugins being visible after a client restard.
This commit is contained in:
@@ -88,7 +88,7 @@ public class PluginSorterPlugin extends Plugin
|
|||||||
{
|
{
|
||||||
if (gameStateChanged.getGameState() == GameState.LOGIN_SCREEN)
|
if (gameStateChanged.getGameState() == GameState.LOGIN_SCREEN)
|
||||||
{
|
{
|
||||||
if (this.hidePlugins)
|
if (config.hidePlugins())
|
||||||
{
|
{
|
||||||
hidePlugins();
|
hidePlugins();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user