Allow aghost to accept order from cargo request console (#11552)
This commit is contained in:
parent
0385f1387c
commit
caea631ac6
1 changed files with 1 additions and 5 deletions
|
|
@ -36,11 +36,7 @@ namespace Content.Shared.Cargo
|
|||
{
|
||||
sb.Append($"({idCard.JobTitle})");
|
||||
}
|
||||
|
||||
if (sb.Length > 0)
|
||||
{
|
||||
Approver = sb.ToString();
|
||||
}
|
||||
Approver = sb.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue