mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-09 20:29:06 +07:00
Update core/src/mindustry/ui/dialogs/JoinDialog.java
This commit is contained in:
parent
96a82260f4
commit
70f187d6c4
@ -408,7 +408,7 @@ public class JoinDialog extends BaseDialog{
|
||||
boolean favorite = group.favorite();
|
||||
if(group.prioritized){
|
||||
addHeader(groupTable, group, hidden, favorite, false);
|
||||
} else if (favorite) {
|
||||
}else if (favorite){
|
||||
addHeader(groupTable, group, hidden, true, true);//weird behaviour if false?
|
||||
}
|
||||
//table containing all groups
|
||||
|
Loading…
Reference in New Issue
Block a user