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

View File

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