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
commit 9777733d04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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