mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Update svn properties, minor formatting cleanup.
This commit is contained in:
@@ -120,7 +120,7 @@ namespace OpenSim.Region.UserStatistics
|
||||
|
||||
SessionList activeSessionList = new SessionList();
|
||||
activeSessionList.user_id=UUID.Random();
|
||||
while(sdr.Read())
|
||||
while (sdr.Read())
|
||||
{
|
||||
UUID readUUID = UUID.Parse(sdr["agent_id"].ToString());
|
||||
if (readUUID != userUUID)
|
||||
|
||||
Reference in New Issue
Block a user