clan chat: cleanup onGameStateChanged logic from earlier merge
This commit is contained in:
@@ -443,12 +443,7 @@ public class ClanChatPlugin extends Plugin
|
|||||||
{
|
{
|
||||||
clanMembers.clear();
|
clanMembers.clear();
|
||||||
removeClanCounter();
|
removeClanCounter();
|
||||||
}
|
|
||||||
|
|
||||||
if (state.getGameState() == GameState.LOGIN_SCREEN
|
|
||||||
|| state.getGameState() == GameState.HOPPING
|
|
||||||
|| state.getGameState() == GameState.CONNECTION_LOST)
|
|
||||||
{
|
|
||||||
clanJoinMessages.clear();
|
clanJoinMessages.clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user