Allow aghost to accept order from cargo request console (#11552)

This commit is contained in:
corentt 2022-09-29 04:23:31 +02:00 committed by GitHub
parent 0385f1387c
commit caea631ac6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,11 +36,7 @@ namespace Content.Shared.Cargo
{
sb.Append($"({idCard.JobTitle})");
}
if (sb.Length > 0)
{
Approver = sb.ToString();
}
Approver = sb.ToString();
}
}
}