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})");
|
sb.Append($"({idCard.JobTitle})");
|
||||||
}
|
}
|
||||||
|
Approver = sb.ToString();
|
||||||
if (sb.Length > 0)
|
|
||||||
{
|
|
||||||
Approver = sb.ToString();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user