Fix crew manifest sorting (#13286)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user