Allow aghost to accept order from cargo request console (#11552)
This commit is contained in:
@@ -36,11 +36,7 @@ namespace Content.Shared.Cargo
|
||||
{
|
||||
sb.Append($"({idCard.JobTitle})");
|
||||
}
|
||||
|
||||
if (sb.Length > 0)
|
||||
{
|
||||
Approver = sb.ToString();
|
||||
}
|
||||
Approver = sb.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user