diff options
author | Teravus Ovares | 2008-04-15 06:21:44 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-04-15 06:21:44 +0000 |
commit | 682f4e9257bcec6e9690145760558cc3331bc5d8 (patch) | |
tree | cc3a7212426a9b5877ead378ad35a339663a838e /OpenSim/Region/ClientStack | |
parent | * Committing shell of a whole-region serialiser. This is not complete and wil... (diff) | |
download | opensim-SC_OLD-682f4e9257bcec6e9690145760558cc3331bc5d8.zip opensim-SC_OLD-682f4e9257bcec6e9690145760558cc3331bc5d8.tar.gz opensim-SC_OLD-682f4e9257bcec6e9690145760558cc3331bc5d8.tar.bz2 opensim-SC_OLD-682f4e9257bcec6e9690145760558cc3331bc5d8.tar.xz |
* Fixes an issue with the BaseHttpServer in Linux
* Fixes an estate naming issue
* Fixes a land issue with the landobject not reporting the proper parcel prim.
* A few other tweaks.
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index 6ba40df..f2e48cf 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs | |||
@@ -2813,7 +2813,7 @@ namespace OpenSim.Region.ClientStack | |||
2813 | { | 2813 | { |
2814 | // Keep track of when this packet was sent out | 2814 | // Keep track of when this packet was sent out |
2815 | Pack.TickCount = System.Environment.TickCount; | 2815 | Pack.TickCount = System.Environment.TickCount; |
2816 | 2816 | ||
2817 | if (!Pack.Header.Resent) | 2817 | if (!Pack.Header.Resent) |
2818 | { | 2818 | { |
2819 | Pack.Header.Sequence = NextSeqNum(); | 2819 | Pack.Header.Sequence = NextSeqNum(); |