Skip to content

Commit 10df6a6

Browse files
committed
fixed some perms and responses
1 parent a39c063 commit 10df6a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

UncomplicatedCustomRoles/Commands/Info.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class Info : IUCRCommand
2626

2727
public string Description { get; } = "View info about a specific Custom Role";
2828

29-
public string RequiredPermission { get; } = "ucr.list";
29+
public string RequiredPermission { get; } = "ucr.info";
3030

3131
public bool Executor(List<string> arguments, ICommandSender sender, out string response)
3232
{

UncomplicatedCustomRoles/Commands/Role.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public bool Executor(List<string> arguments, ICommandSender sender, out string r
3030
{
3131
if (arguments.Count > 1)
3232
{
33-
response = "Usage: ucr role <Player ID or Name>";
33+
response = "Usage: ucr role (Player ID or Name)";
3434
return false;
3535
}
3636

0 commit comments

Comments
 (0)