Fixed Gate Chant teleport request.

This commit is contained in:
MobiusDevelopment 2020-12-27 22:48:56 +00:00
parent fded6f24a1
commit 37b4cf8270
2 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ public class SummonFriend implements ISkillHandler
else
{
PlayerInstance.teleToTarget(targetPlayer, activePlayer, activePlayer.getLocation(), skill);
targetPlayer.teleportRequest(null, null);
targetPlayer.teleportRequest(activePlayer, skill);
}
}
}

View File

@ -245,7 +245,7 @@ public class SummonFriend implements ISkillHandler
else
{
PlayerInstance.teleToTarget(targetPlayer, activePlayer, activePlayer.getLocation(), skill);
targetPlayer.teleportRequest(null, null);
targetPlayer.teleportRequest(activePlayer, skill);
}
}
}