Skip to content

Commit

Permalink
Open up creation
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Oct 31, 2024
1 parent a44d10f commit 0a2065e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/CS2/Commands/Gang/CreateCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ public async Task<CommandResult> 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;
Expand Down

0 comments on commit 0a2065e

Please sign in to comment.