Fixed head spawning

This commit is contained in:
David Berdik 2019-12-28 17:55:48 -05:00
parent 0653d44c54
commit b267da09ab

View File

@ -54,7 +54,7 @@ public class Heads extends Core {
}
Block block = loc.getWorld().getBlockAt(px + x, y, pz + z);
BlockChanger.PlaceSkull(block.getLocation(), UUID.fromString("f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2"));
BlockChanger.PlaceSkull(block.getLocation(), player.getUniqueId());
headList.add(block);