mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-04 03:25:51 +00:00
fix this too
This commit is contained in:
parent
a1f64ef912
commit
113350b228
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,11 @@ public class Command_cage extends FreedomCommand
|
|||
}
|
||||
|
||||
final FPlayer fPlayer = plugin.pl.getPlayer(player);
|
||||
if (fPlayer.getCageData().isCaged())
|
||||
{
|
||||
sender.sendMessage(ChatColor.RED + "That player is already caged.");
|
||||
return true;
|
||||
}
|
||||
|
||||
Material outerMaterial = Material.GLASS;
|
||||
Material innerMaterial = Material.AIR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue