Merge pull request #53 from VideoGameSmash12/ride-typo

Fixes typo in /ride
This commit is contained in:
Ryan
2021-05-03 19:13:26 +01:00
committed by GitHub

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