Update Command_blockcmd.java

This commit is contained in:
marcocorriero 2017-11-16 23:39:56 +01:00 committed by GitHub
parent 7b33d91c94
commit 1c46c26ad9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ public class Command_blockcmd extends FreedomCommand
if (isAdmin(player))
{
msg(player.getName() + " is an admin, and cannot have their commands blocked.");
msg(player.getName() + " is an admin, and cannot have their commands blocked.");
return true;
}