mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
One more redundante ParcelProprieties on login
This commit is contained in:
@@ -2890,9 +2890,11 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
EventManager.TriggerOnClientLogin(client);
|
||||
// Send initial parcel data
|
||||
/* this is done on TriggerOnNewClient by landmanegement respective event handler
|
||||
Vector3 pos = sp.AbsolutePosition;
|
||||
ILandObject land = LandChannel.GetLandObject(pos.X, pos.Y);
|
||||
land.SendLandUpdateToClient(client);
|
||||
*/
|
||||
}
|
||||
|
||||
return sp;
|
||||
|
||||
Reference in New Issue
Block a user