Skip to content

Commit

Permalink
Updated Permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
LordTylus committed May 18, 2019
1 parent 9510b0c commit a0e5bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/PlayerCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void FreeBuild() {
}

[Command("checklimits", "Lets you Peak into the Limits of the given Player.")]
[Permission(MyPromoteLevel.SpaceMaster)]
[Permission(MyPromoteLevel.Moderator)]
public void CheckLimits(string playerName) {

MyIdentity identity = PlayerUtils.GetIdentityByName(playerName);
Expand Down

0 comments on commit a0e5bbc

Please sign in to comment.