Commented out a readline that was preventing the sim from shutting down in some cases

0.6.0-stable
Dahlia Trimble 2008-07-18 08:22:05 +00:00
parent 8b613e677f
commit 473059905f
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Chat
if (clientName != m_last_leaving_user)
{
Console.WriteLine("Avatar was seen logging out.");
Console.ReadLine();
//Console.ReadLine();
Console.WriteLine();
m_last_leaving_user = clientName;
m_irc.PrivMsg(m_irc.Nick, "Sim", String.Format("notices {0} logging out", clientName));