diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index caba236..1d00522 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -486,10 +486,10 @@ namespace OpenSim | |||
486 | else | 486 | else |
487 | presence.ControllingClient.Kick("\nThe OpenSim manager kicked you out.\n"); | 487 | presence.ControllingClient.Kick("\nThe OpenSim manager kicked you out.\n"); |
488 | 488 | ||
489 | // ...and close on our side | 489 | presence.ControllingClient.Close(); |
490 | presence.Scene.IncomingCloseAgent(presence.UUID); | ||
491 | } | 490 | } |
492 | } | 491 | } |
492 | |||
493 | MainConsole.Instance.Output(""); | 493 | MainConsole.Instance.Output(""); |
494 | } | 494 | } |
495 | 495 | ||