One more redundante ParcelProprieties on login
parent
c83dd021f3
commit
71d2d327d0
|
@ -2890,9 +2890,11 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
{
|
{
|
||||||
EventManager.TriggerOnClientLogin(client);
|
EventManager.TriggerOnClientLogin(client);
|
||||||
// Send initial parcel data
|
// Send initial parcel data
|
||||||
|
/* this is done on TriggerOnNewClient by landmanegement respective event handler
|
||||||
Vector3 pos = sp.AbsolutePosition;
|
Vector3 pos = sp.AbsolutePosition;
|
||||||
ILandObject land = LandChannel.GetLandObject(pos.X, pos.Y);
|
ILandObject land = LandChannel.GetLandObject(pos.X, pos.Y);
|
||||||
land.SendLandUpdateToClient(client);
|
land.SendLandUpdateToClient(client);
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
return sp;
|
return sp;
|
||||||
|
|
Loading…
Reference in New Issue