1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2026-03-22 14:23:25 +08:00

UXAssist: fix belt signal overlap issue

This commit is contained in:
2026-02-07 20:26:12 +08:00
parent 5914f02d09
commit 80aa2f9b70
5 changed files with 16 additions and 16 deletions

View File

@@ -163,8 +163,8 @@ public static class BirthPlanetPatch
if (veins.Count > 0)
{
theme.RareVeins = veins.ToArray();
theme.RareSettings = settings.ToArray();
theme.RareVeins = [.. veins];
theme.RareSettings = [.. settings];
}
if (HighLuminosityBirthStar.Value)