Fix ban_exemption_get only listing Datacenter flag (#15814)
This commit is contained in:
@@ -98,7 +98,7 @@ public sealed class BanExemptionGetCommand : LocalizedCommands
|
|||||||
{
|
{
|
||||||
var mask = (ServerBanExemptFlags) (1 << i);
|
var mask = (ServerBanExemptFlags) (1 << i);
|
||||||
if ((mask & flags) == 0)
|
if ((mask & flags) == 0)
|
||||||
break;
|
continue;
|
||||||
|
|
||||||
if (!first)
|
if (!first)
|
||||||
joined.Append(", ");
|
joined.Append(", ");
|
||||||
|
|||||||
Reference in New Issue
Block a user