mirror of
https://github.com/opensim/opensim.git
synced 2026-05-18 04:45:35 +08:00
Made a few changes so that once we enable the sqlite data store (simple line change in OpenSimMain), then basic ( with a few limits at moment) prim database backup will work.
This commit is contained in:
@@ -844,7 +844,7 @@ namespace OpenSim.Region.ClientStack
|
||||
|
||||
byte[] rot = rotation.GetBytes();
|
||||
Array.Copy(rot, 0, outPacket.ObjectData[0].ObjectData, 36, rot.Length);
|
||||
|
||||
|
||||
OutPacket(outPacket);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user