mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Minor formatting cleanup, add copyright header.
This commit is contained in:
@@ -378,7 +378,7 @@ namespace OpenSim.Data.NHibernate
|
||||
{
|
||||
Dictionary<UUID, FriendRegionInfo> friendRegionInfos=new Dictionary<UUID, FriendRegionInfo>();
|
||||
|
||||
foreach(UUID friendId in friendsIds)
|
||||
foreach (UUID friendId in friendsIds)
|
||||
{
|
||||
UserAgentData agent=GetAgentByUUID(friendId);
|
||||
if (agent != null)
|
||||
|
||||
Reference in New Issue
Block a user