diff options
author | MW | 2007-07-11 14:39:03 +0000 |
---|---|---|
committer | MW | 2007-07-11 14:39:03 +0000 |
commit | 9d989612b0da9c5cc4e33a2f72d13d94116865d1 (patch) | |
tree | 414d0697b54e1b2061f4da9aaf3a9877304d1217 /OpenSim/Region/ClientStack | |
parent | * Removing terrain datafiles from trunk's SVN. Will move somewhere else. (diff) | |
download | opensim-SC-9d989612b0da9c5cc4e33a2f72d13d94116865d1.zip opensim-SC-9d989612b0da9c5cc4e33a2f72d13d94116865d1.tar.gz opensim-SC-9d989612b0da9c5cc4e33a2f72d13d94116865d1.tar.bz2 opensim-SC-9d989612b0da9c5cc4e33a2f72d13d94116865d1.tar.xz |
updated libsecondlife.dll to a 1.18 version (from the libsecondlife aditi branch, so when they have a trunk version that is 1.18 ready, best to update again).
Started some work on a userProfile/inventory cache.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientViewBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientViewBase.cs b/OpenSim/Region/ClientStack/ClientViewBase.cs index 048f4df..211ba8b 100644 --- a/OpenSim/Region/ClientStack/ClientViewBase.cs +++ b/OpenSim/Region/ClientStack/ClientViewBase.cs | |||
@@ -71,7 +71,7 @@ namespace OpenSim.Region.ClientStack | |||
71 | // Keep track of when this packet was sent out | 71 | // Keep track of when this packet was sent out |
72 | Pack.TickCount = Environment.TickCount; | 72 | Pack.TickCount = Environment.TickCount; |
73 | 73 | ||
74 | Console.WriteLine(CircuitCode + ":OUT: " + Pack.Type.ToString()); | 74 | // Console.WriteLine(CircuitCode + ":OUT: " + Pack.Type.ToString()); |
75 | 75 | ||
76 | if (!Pack.Header.Resent) | 76 | if (!Pack.Header.Resent) |
77 | { | 77 | { |