mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
*Parcel and estate support fully restored into Sugilite
*Significant movement (currently set to 2 meters of movement for performance reasons, even though its speedy) and initial login now sends parcel updates
This commit is contained in:
@@ -492,7 +492,8 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
client.OnParcelJoinRequest += new ParcelJoinRequest(parcelManager.handleParcelJoinRequest);
|
||||
client.OnParcelPropertiesUpdateRequest += new ParcelPropertiesUpdateRequest(parcelManager.handleParcelPropertiesUpdateRequest);
|
||||
client.OnEstateOwnerMessage += new EstateOwnerMessageRequest(estateManager.handleEstateOwnerMessage);
|
||||
|
||||
|
||||
|
||||
this.estateManager.sendRegionHandshake(client);
|
||||
CreateAndAddScenePresence(client);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user