aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSim.cs
diff options
context:
space:
mode:
authorTom Grimshaw2010-06-03 17:55:50 -0700
committerTom Grimshaw2010-06-03 17:55:50 -0700
commitdda7185b437fbbbd8ec7871b910a04990069a829 (patch)
tree291e5f458a6493e166a40ecd4f0f213a04a9fd52 /OpenSim/Region/Application/OpenSim.cs
parentAlways provide at least 2 packets of a texture (if the texture is larger than... (diff)
downloadopensim-SC_OLD-dda7185b437fbbbd8ec7871b910a04990069a829.zip
opensim-SC_OLD-dda7185b437fbbbd8ec7871b910a04990069a829.tar.gz
opensim-SC_OLD-dda7185b437fbbbd8ec7871b910a04990069a829.tar.bz2
opensim-SC_OLD-dda7185b437fbbbd8ec7871b910a04990069a829.tar.xz
Change the admin kick message to something more generic, "OpenSim Manager" is not really accurate
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index a09b903..75561a7 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -427,7 +427,7 @@ namespace OpenSim
427 if (alert != null) 427 if (alert != null)
428 presence.ControllingClient.Kick(alert); 428 presence.ControllingClient.Kick(alert);
429 else 429 else
430 presence.ControllingClient.Kick("\nThe OpenSim manager kicked you out.\n"); 430 presence.ControllingClient.Kick("\nYou have been logged out by an administrator.\n");
431 431
432 // ...and close on our side 432 // ...and close on our side
433 presence.Scene.IncomingCloseAgent(presence.UUID); 433 presence.Scene.IncomingCloseAgent(presence.UUID);