Update Command_ride.java

This commit is contained in:
Video 2021-04-26 00:37:16 -06:00 committed by Ryan
parent 4e577f97fa
commit dd10eb3f5e

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;
}