Fixed #6898
This commit is contained in:
@@ -324,7 +324,7 @@ quit.confirm = Are you sure you want to quit?
|
||||
loading = [accent]Loading...
|
||||
downloading = [accent]Downloading...
|
||||
saving = [accent]Saving...
|
||||
respawn = [accent][[{0}][] to respawn in core
|
||||
respawn = [accent][[{0}][] to respawn
|
||||
cancelbuilding = [accent][[{0}][] to clear plan
|
||||
selectschematic = [accent][[{0}][] to select+copy
|
||||
pausebuilding = [accent][[{0}][] to pause building
|
||||
|
||||
@@ -361,13 +361,13 @@ public class WaveInfoDialog extends BaseDialog{
|
||||
}
|
||||
}
|
||||
|
||||
p.button("@waves.spawn.all", Styles.flatTogglet, () -> {
|
||||
group.spawn = -1;
|
||||
dialog.hide();
|
||||
}).size(110f, 45f).checked(-1 == group.spawn);
|
||||
|
||||
if(spawner.getSpawns().isEmpty()){
|
||||
p.add("@waves.spawn.none");
|
||||
}else{
|
||||
p.button("@waves.spawn.all", Styles.flatTogglet, () -> {
|
||||
group.spawn = -1;
|
||||
dialog.hide();
|
||||
}).size(110f, 45f).checked(-1 == group.spawn);
|
||||
}
|
||||
});
|
||||
dialog.setFillParent(false);
|
||||
|
||||
Reference in New Issue
Block a user