this was my fault for messing up the pr attempting to resolve the conflicts, im so stupid smh

This commit is contained in:
ZeroEpoch1969
2018-07-24 19:47:04 -07:00
parent 7278176143
commit f671f3c3fa
3 changed files with 15 additions and 14 deletions

View File

@ -96,7 +96,7 @@ public class Command_cage extends FreedomCommand
fPlayer.getCageData().cage(location, outerMaterial, innerMaterial);
}
player.setGameMode(GameMode.SURVIVAL);
if (outerMaterial == Material.PLAYER_HEAD)
{
FUtil.adminAction(sender.getName(), "Caging " + player.getName() + " in " + skullName, true);
}

View File

@ -56,6 +56,7 @@ public class ItemFun extends FreedomService
switch (event.getMaterial())
{
case TROPICAL_FISH:
{
final int RADIUS_HIT = 5;
final int STRENGTH = 4;