mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Update svn properties. Add copyright header. Minor formatting cleanup.
This commit is contained in:
@@ -286,7 +286,7 @@ namespace OpenSim.Data.MySQL
|
||||
|
||||
try
|
||||
{
|
||||
while(reader.Read())
|
||||
while (reader.Read())
|
||||
{
|
||||
uuids.Add(new UUID(reader["UUID"].ToString()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user