clan chat: cleanup onGameStateChanged logic from earlier merge

This commit is contained in:
Adam
2019-03-06 18:51:38 -05:00
parent 3e5f845ebd
commit c74ce60987

View File

@@ -443,12 +443,7 @@ public class ClanChatPlugin extends Plugin
{
clanMembers.clear();
removeClanCounter();
}
if (state.getGameState() == GameState.LOGIN_SCREEN
|| state.getGameState() == GameState.HOPPING
|| state.getGameState() == GameState.CONNECTION_LOST)
{
clanJoinMessages.clear();
}
}