Merge pull request #856 from Kamielvf/clan-icons-gamestate-fix
Fix clanchat messages not showing rank icons during region loading
This commit is contained in:
@@ -146,7 +146,7 @@ public class ClanChatPlugin extends Plugin
|
||||
@Subscribe
|
||||
public void onSetMessage(SetMessage setMessage)
|
||||
{
|
||||
if (client.getGameState() != GameState.LOGGED_IN)
|
||||
if (client.getGameState() != GameState.LOADING && client.getGameState() != GameState.LOGGED_IN)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user