Extend fuctionality of non-SL capability
This commit is contained in:
@@ -99,7 +99,7 @@ BOOL LLPanelDirPlaces::postBuild()
|
||||
childSetEnabled("Category", true);
|
||||
}
|
||||
|
||||
childSetVisible("filter_gaming", !gAgent.getRegion()->getCapability("GamingData").empty());
|
||||
childSetVisible("filter_gaming", (gAgent.getRegion()->getGamingFlags() & REGION_GAMING_PRESENT) && !(gAgent.getRegion()->getGamingFlags() & REGION_GAMING_HIDE_FIND_SIMS));
|
||||
|
||||
// Don't prepopulate the places list, as it hurts the database as of 2006-12-04. JC
|
||||
// initialQuery();
|
||||
|
||||
Reference in New Issue
Block a user