Merge branch 'master' into careminster

This commit is contained in:
Melanie
2013-04-25 20:47:55 +01:00
4 changed files with 406 additions and 2 deletions

View File

@@ -288,8 +288,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Gods
if (sp.IsChildAgent)
return;
sp.ControllingClient.Kick(reason);
sp.MakeChildAgent();
sp.ControllingClient.Close();
sp.Scene.IncomingCloseAgent(sp.UUID, true);
}
private void OnIncomingInstantMessage(GridInstantMessage msg)