Merge branch 'development' into Elmon11-patch-2

This commit is contained in:
Ryan
2021-04-11 18:41:54 +01:00
committed by GitHub
50 changed files with 117 additions and 103 deletions

View File

@ -44,7 +44,7 @@ public class Command_smite extends FreedomCommand
}
else
{
sender.sendMessage(ChatColor.GRAY + "Smitten " + player.getName() + " quietly.");
sender.sendMessage("Smitten " + player.getName() + " quietly.");
}
// Deop
@ -128,7 +128,7 @@ public class Command_smite extends FreedomCommand
if (player == null)
{
msg(FreedomCommand.PLAYER_NOT_FOUND);
msg(PLAYER_NOT_FOUND);
return true;
}