Commented out a readline that was preventing the sim from shutting down in some cases
parent
8b613e677f
commit
473059905f
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue