diff options
author | gareth | 2007-04-15 02:31:34 +0000 |
---|---|---|
committer | gareth | 2007-04-15 02:31:34 +0000 |
commit | f9b7cc53deb93fc3528929385d3f76519083c927 (patch) | |
tree | ae3fbc308febed796772525be7d9a55e4ce24b8e /OpenSim.RegionServer/world/AvatarUpdate.cs | |
parent | In the grid, there is life! (diff) | |
download | opensim-SC_OLD-f9b7cc53deb93fc3528929385d3f76519083c927.zip opensim-SC_OLD-f9b7cc53deb93fc3528929385d3f76519083c927.tar.gz opensim-SC_OLD-f9b7cc53deb93fc3528929385d3f76519083c927.tar.bz2 opensim-SC_OLD-f9b7cc53deb93fc3528929385d3f76519083c927.tar.xz |
W00t! multiple sims!
Misc bugfixes
Child agents!!!!!!
General sexy stuff
Diffstat (limited to '')
-rw-r--r-- | OpenSim.RegionServer/world/AvatarUpdate.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim.RegionServer/world/AvatarUpdate.cs b/OpenSim.RegionServer/world/AvatarUpdate.cs index d315de7..453f419 100644 --- a/OpenSim.RegionServer/world/AvatarUpdate.cs +++ b/OpenSim.RegionServer/world/AvatarUpdate.cs | |||
@@ -89,7 +89,8 @@ namespace OpenSim.world | |||
89 | { | 89 | { |
90 | System.Text.Encoding _enc = System.Text.Encoding.ASCII; | 90 | System.Text.Encoding _enc = System.Text.Encoding.ASCII; |
91 | //send a objectupdate packet with information about the clients avatar | 91 | //send a objectupdate packet with information about the clients avatar |
92 | ObjectUpdatePacket objupdate = new ObjectUpdatePacket(); | 92 | |
93 | ObjectUpdatePacket objupdate = new ObjectUpdatePacket(); | ||
93 | objupdate.RegionData.RegionHandle = m_regionHandle; | 94 | objupdate.RegionData.RegionHandle = m_regionHandle; |
94 | objupdate.RegionData.TimeDilation = 64096; | 95 | objupdate.RegionData.TimeDilation = 64096; |
95 | objupdate.ObjectData = new libsecondlife.Packets.ObjectUpdatePacket.ObjectDataBlock[1]; | 96 | objupdate.ObjectData = new libsecondlife.Packets.ObjectUpdatePacket.ObjectDataBlock[1]; |