Merge pull request #18 from DroppingAnvil/1.6.x

Allow F grace from console
This commit is contained in:
Driftay 2019-09-20 17:06:41 -04:00 committed by GitHub
commit a19cfade75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ public class CmdGrace extends FCommand {
this.aliases.add("grace");
this.requirements = new CommandRequirements.Builder(Permission.GRACE)
.playerOnly()
.build();
}