diff options
author | Jeff Ames | 2008-09-23 23:14:00 +0000 |
---|---|---|
committer | Jeff Ames | 2008-09-23 23:14:00 +0000 |
commit | 3f79e6b3e766aa508858ee3fcec6f9b6403a35fc (patch) | |
tree | b4e753e9f19b7c90cf14aa3593bf788530e8605c /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |
parent | couple of minor test cleanups to see if this gets us past the bamboo hump (diff) | |
download | opensim-SC_OLD-3f79e6b3e766aa508858ee3fcec6f9b6403a35fc.zip opensim-SC_OLD-3f79e6b3e766aa508858ee3fcec6f9b6403a35fc.tar.gz opensim-SC_OLD-3f79e6b3e766aa508858ee3fcec6f9b6403a35fc.tar.bz2 opensim-SC_OLD-3f79e6b3e766aa508858ee3fcec6f9b6403a35fc.tar.xz |
Update svn properties, formatting cleanup.
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 62d6efe..27e2e5c 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -5286,7 +5286,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
5286 | break; | 5286 | break; |
5287 | 5287 | ||
5288 | case PacketType.RezScript: | 5288 | case PacketType.RezScript: |
5289 | m_log.DebugFormat("[AMW] RezScript"); | 5289 | m_log.DebugFormat("[AMW] RezScript"); |
5290 | //Console.WriteLine(Pack.ToString()); | 5290 | //Console.WriteLine(Pack.ToString()); |
5291 | RezScriptPacket rezScriptx = (RezScriptPacket)Pack; | 5291 | RezScriptPacket rezScriptx = (RezScriptPacket)Pack; |
5292 | 5292 | ||