diff options
author | mingchen | 2007-06-12 13:04:17 +0000 |
---|---|---|
committer | mingchen | 2007-06-12 13:04:17 +0000 |
commit | 75bdc185a91c555aa5a7afb480aadba15a971d43 (patch) | |
tree | 6d39cec678fc13d64d438579bfdb2a1fef239225 /OpenSim | |
parent | *Bug fixed, moving the code the the correct place so the right info is sent (... (diff) | |
download | opensim-SC_OLD-75bdc185a91c555aa5a7afb480aadba15a971d43.zip opensim-SC_OLD-75bdc185a91c555aa5a7afb480aadba15a971d43.tar.gz opensim-SC_OLD-75bdc185a91c555aa5a7afb480aadba15a971d43.tar.bz2 opensim-SC_OLD-75bdc185a91c555aa5a7afb480aadba15a971d43.tar.xz |
*Reverting back to 977 -- will look into this later
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/OpenSim.RegionServer/Client/ClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.RegionServer/Client/ClientView.cs b/OpenSim/OpenSim.RegionServer/Client/ClientView.cs index f6bdad9..29efcc9 100644 --- a/OpenSim/OpenSim.RegionServer/Client/ClientView.cs +++ b/OpenSim/OpenSim.RegionServer/Client/ClientView.cs | |||
@@ -313,7 +313,7 @@ namespace OpenSim.RegionServer.Client | |||
313 | this.SetupInventory(sessionInfo); | 313 | this.SetupInventory(sessionInfo); |
314 | } | 314 | } |
315 | 315 | ||
316 | m_world.parcelManager.sendParcelOverlay(this); | 316 | //m_world.parcelManager.sendParcelOverlay(this); |
317 | m_world.estateManager.sendRegionInfoPacket(this); | 317 | m_world.estateManager.sendRegionInfoPacket(this); |
318 | 318 | ||
319 | ClientLoop(); | 319 | ClientLoop(); |