Update last player server position upon teleport.
This commit is contained in:
+4
@@ -10311,6 +10311,10 @@ public final class L2PcInstance extends L2Playable
|
|||||||
{
|
{
|
||||||
getAirShip().sendInfo(this);
|
getAirShip().sendInfo(this);
|
||||||
}
|
}
|
||||||
|
else // Update last player position upon teleport.
|
||||||
|
{
|
||||||
|
setLastServerPosition(getX(), getY(), getZ());
|
||||||
|
}
|
||||||
|
|
||||||
// Force a revalidation
|
// Force a revalidation
|
||||||
revalidateZone(true);
|
revalidateZone(true);
|
||||||
|
|||||||
+4
@@ -10318,6 +10318,10 @@ public final class L2PcInstance extends L2Playable
|
|||||||
{
|
{
|
||||||
getAirShip().sendInfo(this);
|
getAirShip().sendInfo(this);
|
||||||
}
|
}
|
||||||
|
else // Update last player position upon teleport.
|
||||||
|
{
|
||||||
|
setLastServerPosition(getX(), getY(), getZ());
|
||||||
|
}
|
||||||
|
|
||||||
// Force a revalidation
|
// Force a revalidation
|
||||||
revalidateZone(true);
|
revalidateZone(true);
|
||||||
|
|||||||
+4
@@ -10328,6 +10328,10 @@ public final class L2PcInstance extends L2Playable
|
|||||||
{
|
{
|
||||||
getAirShip().sendInfo(this);
|
getAirShip().sendInfo(this);
|
||||||
}
|
}
|
||||||
|
else // Update last player position upon teleport.
|
||||||
|
{
|
||||||
|
setLastServerPosition(getX(), getY(), getZ());
|
||||||
|
}
|
||||||
|
|
||||||
// Force a revalidation
|
// Force a revalidation
|
||||||
revalidateZone(true);
|
revalidateZone(true);
|
||||||
|
|||||||
+4
@@ -10321,6 +10321,10 @@ public final class L2PcInstance extends L2Playable
|
|||||||
{
|
{
|
||||||
getAirShip().sendInfo(this);
|
getAirShip().sendInfo(this);
|
||||||
}
|
}
|
||||||
|
else // Update last player position upon teleport.
|
||||||
|
{
|
||||||
|
setLastServerPosition(getX(), getY(), getZ());
|
||||||
|
}
|
||||||
|
|
||||||
// Force a revalidation
|
// Force a revalidation
|
||||||
revalidateZone(true);
|
revalidateZone(true);
|
||||||
|
|||||||
+4
@@ -10656,6 +10656,10 @@ public final class L2PcInstance extends L2Playable
|
|||||||
{
|
{
|
||||||
getAirShip().sendInfo(this);
|
getAirShip().sendInfo(this);
|
||||||
}
|
}
|
||||||
|
else // Update last player position upon teleport.
|
||||||
|
{
|
||||||
|
setLastServerPosition(getX(), getY(), getZ());
|
||||||
|
}
|
||||||
|
|
||||||
// Force a revalidation
|
// Force a revalidation
|
||||||
revalidateZone(true);
|
revalidateZone(true);
|
||||||
|
|||||||
+4
@@ -10256,6 +10256,10 @@ public final class L2PcInstance extends L2Playable
|
|||||||
{
|
{
|
||||||
getAirShip().sendInfo(this);
|
getAirShip().sendInfo(this);
|
||||||
}
|
}
|
||||||
|
else // Update last player position upon teleport.
|
||||||
|
{
|
||||||
|
setLastServerPosition(getX(), getY(), getZ());
|
||||||
|
}
|
||||||
|
|
||||||
// Force a revalidation
|
// Force a revalidation
|
||||||
revalidateZone(true);
|
revalidateZone(true);
|
||||||
|
|||||||
+4
@@ -10256,6 +10256,10 @@ public final class L2PcInstance extends L2Playable
|
|||||||
{
|
{
|
||||||
getAirShip().sendInfo(this);
|
getAirShip().sendInfo(this);
|
||||||
}
|
}
|
||||||
|
else // Update last player position upon teleport.
|
||||||
|
{
|
||||||
|
setLastServerPosition(getX(), getY(), getZ());
|
||||||
|
}
|
||||||
|
|
||||||
// Force a revalidation
|
// Force a revalidation
|
||||||
revalidateZone(true);
|
revalidateZone(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user