5291529252935294529552965297
TeleportFailedPacket failedPacket = new TeleportFailedPacket(); failedPacket.Info.AgentID = msg.AgentID; failedPacket.Info.Reason = Utils.stringToBytesWithTrailingNullByte(msg.Reason); TeleportHandler(this, new PacketReceivedEventArgs(failedPacket, simulator)); }
5315531653175318531953205321
p.Info.SimIP = Utils.IPToUInt(msg.IP); p.Info.SimPort = msg.Port; p.Info.TeleportFlags = TeleportFlags.getIndex(msg.Flags); // pass the packet onto the teleport handler TeleportHandler(this, new PacketReceivedEventArgs(p, simulator)); }