mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Change teleports so the TeleportFlags are sent to the destination sim. It
can now determine if a connection is from login, teleport or crossing. Needed for a meaningful banlines implementation
This commit is contained in:
@@ -609,7 +609,7 @@ namespace OpenSim.Client.MXP.PacketHandler
|
||||
agent.Appearance = new AvatarAppearance();
|
||||
}
|
||||
|
||||
return scene.NewUserConnection(agent, out reason);
|
||||
return scene.NewUserConnection(agent, 0, out reason);
|
||||
}
|
||||
|
||||
public void PrintDebugInformation()
|
||||
|
||||
Reference in New Issue
Block a user