Skip to content

Commit b5f73b9

Browse files
committed
Increase extra permission 1 for /whois
1 parent df82b03 commit b5f73b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MCGalaxy/Commands/Information/CmdWhois.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public sealed class CmdWhois : Command2
2727
public override string type { get { return CommandTypes.Information; } }
2828
public override bool UseableWhenFrozen { get { return true; } }
2929
public override CommandPerm[] ExtraPerms {
30-
get { return new[] { new CommandPerm(LevelPermission.AdvBuilder, "can see sensitive player information (e.g. IP)") }; }
30+
get { return new[] { new CommandPerm(LevelPermission.Operator, "can see sensitive player information (e.g. IP)") }; }
3131
}
3232
public override CommandAlias[] Aliases {
3333
get { return new CommandAlias[] { new CommandAlias("Info"), new CommandAlias("i") }; }

0 commit comments

Comments
 (0)