Merge branch 'development' into Elmon11-patch-2

This commit is contained in:
Ryan
2021-05-03 19:13:39 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ public class Command_ride extends FreedomCommand
final FPlayer fPlayer = plugin.pl.getPlayer(playerSender);
if (fPlayer.getCageData().isCaged())
{
msg("You cannot used this command while caged.");
msg("You cannot use this command while caged.");
return true;
}