diff --git a/Commands/PlayerCommands.cs b/Commands/PlayerCommands.cs index 8502582..cffa874 100644 --- a/Commands/PlayerCommands.cs +++ b/Commands/PlayerCommands.cs @@ -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);