diff options
author | Melanie | 2012-06-08 00:14:39 +0100 |
---|---|---|
committer | Melanie | 2012-06-08 00:14:39 +0100 |
commit | c5af3e384c386dcc46588f97b342212945ada3f5 (patch) | |
tree | 011a47c2644eb4076f49d68a46c3dd9c91c1875b /OpenSim/Region/Application/OpenSim.cs | |
parent | Merge branch 'avination' into careminster (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-c5af3e384c386dcc46588f97b342212945ada3f5.zip opensim-SC-c5af3e384c386dcc46588f97b342212945ada3f5.tar.gz opensim-SC-c5af3e384c386dcc46588f97b342212945ada3f5.tar.bz2 opensim-SC-c5af3e384c386dcc46588f97b342212945ada3f5.tar.xz |
Merge branch 'master' into careminster
Conflicts:
OpenSim/Region/Framework/Scenes/Scene.cs
OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
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 ac0e3e1..220b9c8 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("\nYou have been logged out by an administrator.\n"); | 487 | presence.ControllingClient.Kick("\nYou have been logged out by an administrator.\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 | ||