mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* moved SceneManager to RegionApplicationBase
* Implemented SceneManager.StopScene() and Scene.Stop() * Some SimpleApping
This commit is contained in:
@@ -179,8 +179,15 @@ namespace SimpleApp
|
||||
|
||||
public virtual void SendRegionHandshake(RegionInfo regionInfo)
|
||||
{
|
||||
this.OnRegionHandShakeReply(this);
|
||||
this.OnCompleteMovementToRegion();
|
||||
if (OnRegionHandShakeReply != null)
|
||||
{
|
||||
this.OnRegionHandShakeReply(this);
|
||||
}
|
||||
|
||||
if (OnCompleteMovementToRegion != null)
|
||||
{
|
||||
this.OnCompleteMovementToRegion();
|
||||
}
|
||||
}
|
||||
|
||||
private void Update( )
|
||||
|
||||
Reference in New Issue
Block a user