mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Fixed #8494
This commit is contained in:
parent
cdf14bb381
commit
a8b18bea2f
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ public class CustomRulesDialog extends BaseDialog{
|
|||
rules.env = Vars.defaultEnv;
|
||||
rules.hiddenBuildItems.clear();
|
||||
}
|
||||
}).group(group).checked(b -> rules.hiddenBuildItems.size == 0).update(b -> b.getLabel().setColor(!rules.infiniteResources ? Color.gray : Color.white));
|
||||
}).group(group).checked(b -> rules.hiddenBuildItems.size == 0);
|
||||
}).left().fill(false).expand(false, false).row();
|
||||
|
||||
title("@rules.title.teams");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue