mirror of
https://github.com/opensim/opensim.git
synced 2026-06-19 20:05:47 +08:00
cosmetics
This commit is contained in:
@@ -803,7 +803,7 @@ namespace OpenSim.Data.MySQL
|
||||
{
|
||||
while (reader.Read())
|
||||
{
|
||||
data.Add(new OSDString((string)reader["snapshotuuid"].ToString ()));
|
||||
data.Add(new OSDString(reader["snapshotuuid"].ToString ()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user