mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Make the kicked user's avie truly disappear when it's god-kicked.
This commit is contained in:
@@ -276,8 +276,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)
|
||||
|
||||
Reference in New Issue
Block a user