mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-06-25 16:50:17 +00:00
Merge pull request #53 from VideoGameSmash12/ride-typo
Fixes typo in /ride
This commit is contained in:
commit
9777733d04
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public class Command_ride extends FreedomCommand
|
||||||
final FPlayer fPlayer = plugin.pl.getPlayer(playerSender);
|
final FPlayer fPlayer = plugin.pl.getPlayer(playerSender);
|
||||||
if (fPlayer.getCageData().isCaged())
|
if (fPlayer.getCageData().isCaged())
|
||||||
{
|
{
|
||||||
msg("You cannot used this command while caged.");
|
msg("You cannot use this command while caged.");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue