Re-add script collisions that were lost in a merge
parent
9129a0cce4
commit
c46b31a9b4
|
@ -3513,6 +3513,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RaiseCollisionScriptEvents(coldata);
|
||||||
|
|
||||||
// Gods do not take damage and Invulnerable is set depending on parcel/region flags
|
// Gods do not take damage and Invulnerable is set depending on parcel/region flags
|
||||||
if (Invulnerable || GodLevel > 0)
|
if (Invulnerable || GodLevel > 0)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue