diff options
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.
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.API.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.API.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.API.cs b/OpenSim/Region/ClientStack/ClientView.API.cs index 8a2db98..81c20e8 100644 --- a/OpenSim/Region/ClientStack/ClientView.API.cs +++ b/OpenSim/Region/ClientStack/ClientView.API.cs | |||
@@ -844,7 +844,7 @@ namespace OpenSim.Region.ClientStack | |||
844 | 844 | ||
845 | byte[] rot = rotation.GetBytes(); | 845 | byte[] rot = rotation.GetBytes(); |
846 | Array.Copy(rot, 0, outPacket.ObjectData[0].ObjectData, 36, rot.Length); | 846 | Array.Copy(rot, 0, outPacket.ObjectData[0].ObjectData, 36, rot.Length); |
847 | 847 | ||
848 | OutPacket(outPacket); | 848 | OutPacket(outPacket); |
849 | } | 849 | } |
850 | 850 | ||