No need to send info after teleport on clients older than Etina's Fate.
This commit is contained in:
		| @@ -10448,15 +10448,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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment