Skip to content

Commit

Permalink
Update PlayerRenderer.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nicho92 authored Sep 15, 2023
1 parent 3320283 commit b02c6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/magic/gui/renderer/PlayerRenderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public Component getListCellRendererComponent(JList<? extends Player> list, Play
{
case AWAY: color= Color.ORANGE; break;
case BUSY: color = Color.RED;break;
case CONNECTED: color=new Color(76,181,108);break;
case ONLINE: color=new Color(76,181,108);break;
default: color=Color.BLACK; break;

}
Expand Down

0 comments on commit b02c6a3

Please sign in to comment.