mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
duhhhh
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user