mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-03-22 10:13:26 +08:00
UXAssist: fix belt signal overlap issue
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user