diff options
author | Matthew Breindel (Falcon) <falcon@lindenlab.com> | 2010-03-26 18:23:05 -0700 |
---|---|---|
committer | Matthew Breindel (Falcon) <falcon@lindenlab.com> | 2010-03-26 18:23:05 -0700 |
commit | 006e15495515e6e4c233412a4deed0f34e7b0f12 (patch) | |
tree | e5dfe03e2d932606bc9bfb3de899555c112860a5 /etc | |
parent | 7ee4c5e6ffef66df30c44fd9eb662632f1b4f709 (diff) |
DEV-47845 Fix to work with TCP/LLSD message. This checkin is experimental, so if it breaks a build, just revert to the previous changeset.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/message.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/message.xml b/etc/message.xml index c17ae3656d..7283d903b9 100644 --- a/etc/message.xml +++ b/etc/message.xml @@ -572,6 +572,13 @@ <boolean>false</boolean> </map> + <key>ObjectPhysicsProperties</key> + <map> + <key>flavor</key> + <string>llsd</string> + <key>trusted-sender</key> + <boolean>true</boolean> + </map> </map> <key>capBans</key> |