Fix ban_exemption_get only listing Datacenter flag (#15814)

This commit is contained in:
Chief-Engineer
2023-04-27 13:56:26 -05:00
committed by GitHub
parent 6c7be60a10
commit 4b371ae271

View File

@@ -98,7 +98,7 @@ public sealed class BanExemptionGetCommand : LocalizedCommands
{
var mask = (ServerBanExemptFlags) (1 << i);
if ((mask & flags) == 0)
break;
continue;
if (!first)
joined.Append(", ");