Skip to content

Commit 38055b9

Browse files
committed
Make the /whois command available to administrators
1 parent 638896f commit 38055b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/features/account/account_commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class AccountCommands {
6363
// Registers the commands with configurable access with the Playground feature.
6464
registerTrackedCommands() {
6565
this.playground_().registerCommand('account', Player.LEVEL_PLAYER);
66-
this.playground_().registerCommand('whois', Player.LEVEL_MANAGEMENT);
66+
this.playground_().registerCommand('whois', Player.LEVEL_ADMINISTRATOR);
6767
}
6868

6969
// ---------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)