Fix crew manifest sorting (#13286)

This commit is contained in:
Theomund
2023-01-08 22:34:43 -05:00
committed by GitHub
parent 5018c80152
commit f7629adb3e
2 changed files with 3 additions and 11 deletions

View File

@@ -116,7 +116,7 @@ public sealed class StationRecordsSystem : EntitySystem
{
Name = name,
Age = age,
JobTitle = jobPrototype.Name,
JobTitle = jobPrototype.LocalizedName,
JobIcon = jobPrototype.Icon,
JobPrototype = jobId,
Species = species,