mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
remove a dead line of code
This commit is contained in:
@@ -903,7 +903,7 @@ namespace OpenSim.Region.CoreModules.World.Objects.Commands
|
||||
|
||||
List<SceneObjectGroup> sceneObjects = new List<SceneObjectGroup>();
|
||||
Action<SceneObjectGroup> searchAction;
|
||||
int refusedAttachments = 0;
|
||||
|
||||
if (useRegex)
|
||||
{
|
||||
Regex nameRegex = new Regex(name);
|
||||
|
||||
Reference in New Issue
Block a user