diff --git a/Content.Server/Administration/Commands/BanExemptionCommands.cs b/Content.Server/Administration/Commands/BanExemptionCommands.cs index 5a811634e6..6db00db90c 100644 --- a/Content.Server/Administration/Commands/BanExemptionCommands.cs +++ b/Content.Server/Administration/Commands/BanExemptionCommands.cs @@ -98,7 +98,7 @@ public sealed class BanExemptionGetCommand : LocalizedCommands { var mask = (ServerBanExemptFlags) (1 << i); if ((mask & flags) == 0) - break; + continue; if (!first) joined.Append(", ");