mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Update svn properties. Minor formatting cleanup. Fix a compiler warning. Fix a UUID vs null comparison.
This commit is contained in:
@@ -3068,7 +3068,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
List<T> ret = new List<T>();
|
||||
|
||||
foreach(Object o in ModuleInterfaces[typeof(T)])
|
||||
foreach (Object o in ModuleInterfaces[typeof(T)])
|
||||
ret.Add((T)o);
|
||||
return ret.ToArray();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user