diff --git a/Content.Server/Administration/Managers/RoleBanManager.cs b/Content.Server/Administration/Managers/RoleBanManager.cs index 5af9fd28a6..c4bb811608 100644 --- a/Content.Server/Administration/Managers/RoleBanManager.cs +++ b/Content.Server/Administration/Managers/RoleBanManager.cs @@ -407,6 +407,11 @@ public sealed class RoleBanManager private async void UtkaSendJobBanEvent(string ackey, string ckey, uint duration, string job, bool global, string reason, int banId) { + if (job.Contains("Job:")) + { + job = job.Replace("Job:", ""); + } + var utkaBanned = new UtkaBannedEvent() { ACkey = ackey,