summaryrefslogtreecommitdiff
path: root/indra/newview/llaisapi.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2014-10-31 13:24:20 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2014-10-31 13:24:20 -0400
commit90aca8f95af4c73e592d9657d0eba4d9a709244c (patch)
tree9cce477a79a40c91b9e92bf11c928aa45c307fe6 /indra/newview/llaisapi.cpp
parent535e24c7e8913db447d90a949f6b2f6b92927f48 (diff)
settings.xml update
Diffstat (limited to 'indra/newview/llaisapi.cpp')
-rwxr-xr-xindra/newview/llaisapi.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llaisapi.cpp b/indra/newview/llaisapi.cpp
index 19793b6583..9d887a61f1 100755
--- a/indra/newview/llaisapi.cpp
+++ b/indra/newview/llaisapi.cpp
@@ -125,8 +125,7 @@ bool AISCommand::isAPIAvailable()
{
if (gAgent.getRegion())
{
- bool force_disable = gSavedSettings.getBOOL("InventoryDisableAISv3");
- return gAgent.getRegion()->isCapabilityAvailable("InventoryAPIv3") && !force_disable;
+ return gAgent.getRegion()->isCapabilityAvailable("InventoryAPIv3");
}
return false;
}