reinstate the validation logging on teleport. A 'fail' of validation still doesn't prevent the actual teleport.

remove-scene-viewer
Justin Clark-Casey (justincc) 2011-09-10 00:45:50 +01:00
parent de28c9cd24
commit 7531851bec
1 changed files with 2 additions and 0 deletions

View File

@ -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");