diff options
author | Justin Clark-Casey (justincc) | 2011-09-10 00:45:50 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-09-10 00:45:50 +0100 |
commit | 7531851bec552c07e997a4c8a934a23ddd3c7342 (patch) | |
tree | b356e98f5a67a617edfda1f48d7d865c469b751e /OpenSim/Region | |
parent | Stop the UserManagementModule logging every user it adds for now (diff) | |
download | opensim-SC_OLD-7531851bec552c07e997a4c8a934a23ddd3c7342.zip opensim-SC_OLD-7531851bec552c07e997a4c8a934a23ddd3c7342.tar.gz opensim-SC_OLD-7531851bec552c07e997a4c8a934a23ddd3c7342.tar.bz2 opensim-SC_OLD-7531851bec552c07e997a4c8a934a23ddd3c7342.tar.xz |
reinstate the validation logging on teleport. A 'fail' of validation still doesn't prevent the actual teleport.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs index ac13d5e..a4ef2b6 100644 --- a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs +++ b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs | |||
@@ -329,6 +329,8 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer | |||
329 | if (sp.ParentID != (uint)0) | 329 | if (sp.ParentID != (uint)0) |
330 | sp.StandUp(); | 330 | sp.StandUp(); |
331 | 331 | ||
332 | sp.ValidateAttachments(); | ||
333 | |||
332 | // if (!sp.ValidateAttachments()) | 334 | // if (!sp.ValidateAttachments()) |
333 | // { | 335 | // { |
334 | // sp.ControllingClient.SendTeleportFailed("Inconsistent attachment state"); | 336 | // sp.ControllingClient.SendTeleportFailed("Inconsistent attachment state"); |