reinstate the validation logging on teleport. A 'fail' of validation still doesn't prevent the actual teleport.
parent
de28c9cd24
commit
7531851bec
|
@ -329,6 +329,8 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
|
|||
if (sp.ParentID != (uint)0)
|
||||
sp.StandUp();
|
||||
|
||||
sp.ValidateAttachments();
|
||||
|
||||
// if (!sp.ValidateAttachments())
|
||||
// {
|
||||
// sp.ControllingClient.SendTeleportFailed("Inconsistent attachment state");
|
||||
|
|
Loading…
Reference in New Issue