No need to send info after teleport on clients older than Etina's Fate.

This commit is contained in:
MobiusDevelopment
2019-08-17 23:43:38 +00:00
parent 2e5b241033
commit a325c3f89c
8 changed files with 0 additions and 72 deletions

View File

@@ -10386,15 +10386,6 @@ public class PlayerInstance extends Playable
{
sendPacket(new ExStartScenePlayer(_movieHolder.getMovie()));
}
// send info to nearby players
World.getInstance().forEachVisibleObject(this, PlayerInstance.class, player ->
{
if (isVisibleFor(player))
{
sendInfo(player);
}
});
}
@Override