mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
MESS: changes in MakeRootAgent and CompleteMovement reordering things.
Added sending of land overlay and parcel information. This in order to only send avatar related information after having its position well defined and on the right parcel. THIS MAY STILL BE BAD :)
This commit is contained in:
@@ -93,5 +93,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
|
||||
void Join(int start_x, int start_y, int end_x, int end_y, UUID attempting_user_id);
|
||||
void Subdivide(int start_x, int start_y, int end_x, int end_y, UUID attempting_user_id);
|
||||
void sendClientInitialLandInfo(IClientAPI remoteClient);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user