Update PluginSorterPlugin.java

should fix plugins being visible after a client restard.
This commit is contained in:
Tyler Bochard
2019-07-05 17:35:22 -07:00
committed by GitHub
parent eade0e8f72
commit df6e82eee0

View File

@@ -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();
} }