This commit is contained in:
UbitUmarov
2020-08-23 05:38:11 +01:00
parent 21a34717dd
commit e36619c9f5

View File

@@ -1438,7 +1438,7 @@ namespace OpenSim.Region.CoreModules.World.Estate
//reformat the name so we don't have to do it on every item
bool hasfilter = false;
if ((requestFlags & 0x0c) != 0 && !string.IsNullOrWhiteSpace(filter))
if ((requestFlags & 0x0e) != 0 && !string.IsNullOrWhiteSpace(filter))
{
if ((requestFlags & 0x00000002) != 0)
{