mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
* Checked in new tweaked Prebuild.exe
* Ignored binaries
This commit is contained in:
@@ -79,9 +79,14 @@ namespace OpenSim.Region.ClientStack
|
||||
lock (SequenceLock)
|
||||
{
|
||||
if (Sequence >= MAX_SEQUENCE)
|
||||
{
|
||||
Sequence = 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
Sequence++;
|
||||
}
|
||||
|
||||
Pack.Header.Sequence = Sequence;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user