avinationmerge
UbitUmarov 2014-08-21 05:28:35 +01:00
parent d2f3a19838
commit d98d64a61a
1 changed files with 2 additions and 2 deletions

View File

@ -5951,7 +5951,7 @@ namespace OpenSim.Region.Framework.Scenes
{ {
if (p.IsDeleted || p == this || p.ControllingClient == null || !p.ControllingClient.IsActive) if (p.IsDeleted || p == this || p.ControllingClient == null || !p.ControllingClient.IsActive)
continue; continue;
// only those old parcel need receive kills // only those old parcel need kills
if (previusParcelID == p.currentParcelUUID && GodLevel < 200) if (previusParcelID == p.currentParcelUUID && GodLevel < 200)
{ {
killsToSendme.Add(p); // i dont see them killsToSendme.Add(p); // i dont see them
@ -5986,7 +5986,7 @@ namespace OpenSim.Region.Framework.Scenes
{ {
m_log.Debug("[AVATAR]: killtoMe: " + Lastname + " " + killsToSendme.Count.ToString()); m_log.Debug("[AVATAR]: killtoMe: " + Lastname + " " + killsToSendme.Count.ToString());
foreach (ScenePresence p in killsToSendto) foreach (ScenePresence p in killsToSendme)
try try
{ {
p.SendKillTo(this); p.SendKillTo(this);