mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Instead of sending 20 records in 2 packets, send just one as we intended in the first place.
This commit is contained in:
@@ -999,7 +999,7 @@ return;
|
||||
MapBlockData block = new MapBlockData();
|
||||
MapBlockFromGridRegion(block, r, flag);
|
||||
mapBlocks.Add(block);
|
||||
if (mapBlocks.Count >= 20)
|
||||
if (mapBlocks.Count >= 10)
|
||||
{
|
||||
remoteClient.SendMapBlock(mapBlocks, flag & 0xffff);
|
||||
mapBlocks.Clear();
|
||||
|
||||
Reference in New Issue
Block a user