diff --git a/src/CS2/Commands/Gang/CreateCommand.cs b/src/CS2/Commands/Gang/CreateCommand.cs index 95b7e7a..5868394 100644 --- a/src/CS2/Commands/Gang/CreateCommand.cs +++ b/src/CS2/Commands/Gang/CreateCommand.cs @@ -37,11 +37,6 @@ public async Task Execute(PlayerWrapper? executor, return CommandResult.ERROR; } - if (!executor.HasFlags("@ego/dssilver")) { - info.ReplySync(locale.Get(MSG.COMMAND_GANG_RESTRICTED)); - return CommandResult.ERROR; - } - if (name.Length is < 1 or > 16) { info.ReplySync(locale.Get(MSG.COMMAND_GANG_CREATE_INVALID)); return CommandResult.ERROR;