mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
very useless changes
This commit is contained in:
@@ -341,6 +341,7 @@ namespace OpenSim.Data.MySQL
|
||||
while (reader.Read())
|
||||
{
|
||||
SceneObjectPart prim = BuildPrim(reader);
|
||||
|
||||
if (reader["Shape"] is DBNull)
|
||||
prim.Shape = PrimitiveBaseShape.Default;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user