Fixed Gate Chant teleport request.
This commit is contained in:
parent
fded6f24a1
commit
37b4cf8270
@ -245,7 +245,7 @@ public class SummonFriend implements ISkillHandler
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
PlayerInstance.teleToTarget(targetPlayer, activePlayer, activePlayer.getLocation(), skill);
|
PlayerInstance.teleToTarget(targetPlayer, activePlayer, activePlayer.getLocation(), skill);
|
||||||
targetPlayer.teleportRequest(null, null);
|
targetPlayer.teleportRequest(activePlayer, skill);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -245,7 +245,7 @@ public class SummonFriend implements ISkillHandler
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
PlayerInstance.teleToTarget(targetPlayer, activePlayer, activePlayer.getLocation(), skill);
|
PlayerInstance.teleToTarget(targetPlayer, activePlayer, activePlayer.getLocation(), skill);
|
||||||
targetPlayer.teleportRequest(null, null);
|
targetPlayer.teleportRequest(activePlayer, skill);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user