Fix a nullref in EventManager caused by RegionReady not setting the scene

0.6.9-post-fixes
Melanie Thielker 2010-05-31 01:02:04 +02:00 committed by Melanie
parent c7d812802f
commit 992efdc283
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.RegionReady
c.Position = new Vector3(((int)Constants.RegionSize * 0.5f), ((int)Constants.RegionSize * 0.5f), 30);
c.Sender = null;
c.SenderUUID = UUID.Zero;
c.Scene = m_scene;
m_log.InfoFormat("[RegionReady]: Region \"{0}\" is ready: \"{1}\" on channel {2}",
m_scene.RegionInfo.RegionName, c.Message, m_channelNotify);