From dcb74148f5d46f10d0c77d40d2c24888ad739859 Mon Sep 17 00:00:00 2001 From: Kartic Krishnamurthy <drunkensufi@lindenlab.com> Date: Tue, 16 Sep 2008 18:51:11 +0000 Subject: [PATCH] Banned the AIS related caps so that when the new Server is deployed, AIS code is NOT automatically enabled. --- etc/message.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/message.xml b/etc/message.xml index ad1327ea358..0695d0580da 100644 --- a/etc/message.xml +++ b/etc/message.xml @@ -567,16 +567,16 @@ <boolean>false</boolean> <key>WebFetchInventoryDescendents</key> - <boolean>false</boolean> + <boolean>true</boolean> <key>FetchInventory</key> - <boolean>false</boolean> + <boolean>true</boolean> <key>FetchLibDescendents</key> - <boolean>false</boolean> + <boolean>true</boolean> <key>FetchLib</key> - <boolean>false</boolean> + <boolean>true</boolean> </map> <key>messageBans</key> -- GitLab