Squelch an error message on sim shutdown when not using MXP

0.6.8-post-fixes
Melanie 2009-10-30 18:08:58 +00:00
parent 5d5d0e699a
commit 8a64421735
1 changed files with 5 additions and 2 deletions

View File

@ -110,9 +110,12 @@ namespace OpenSim.Client.MXP
public void Close() public void Close()
{ {
m_shutdown = true; m_shutdown = true;
if (m_ticker != null)
{
lock (m_ticker) lock (m_ticker)
m_ticker.Stop(); m_ticker.Stop();
} }
}
public string Name public string Name
{ {