Fixed LIBOMV-416 by disabling output packet throttling allowing link and permissions packets to reach the sim before logout
git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2336 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -74,6 +74,7 @@ namespace importprimscript
|
||||
Settings.LOG_LEVEL = Helpers.LogLevel.None;
|
||||
Client.Settings.ALWAYS_REQUEST_OBJECTS = true;
|
||||
Client.Settings.ALWAYS_DECODE_OBJECTS = true;
|
||||
Client.Settings.THROTTLE_OUTGOING_PACKETS = false;
|
||||
Client.Throttle.Land = 0;
|
||||
Client.Throttle.Wind = 0;
|
||||
Client.Throttle.Cloud = 0;
|
||||
|
||||
Reference in New Issue
Block a user