Fixes API
This commit is contained in:
parent
c12e95d07a
commit
c8d6e6d5ae
3 changed files with 8 additions and 3 deletions
|
@ -85,7 +85,7 @@ public class BlockTeleposer extends BlockContainer
|
|||
{
|
||||
if (playerItem.getItem() instanceof TelepositionFocus)
|
||||
{
|
||||
SoulNetworkHandler.checkAndSetItemOwner(playerItem, player);
|
||||
SoulNetworkHandler.checkAndSetItemPlayer(playerItem, player);
|
||||
|
||||
if (playerItem.getTagCompound() == null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue