Update core/src/mindustry/ui/dialogs/JoinDialog.java

This commit is contained in:
Anuken 2025-02-10 16:24:20 -05:00 committed by GitHub
parent 96a82260f4
commit 70f187d6c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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