OSDN Git Service

Diable connecting to multiple sims for now
authorLatif Khalifa <latifer@streamgrid.net>
Tue, 5 Jul 2011 22:30:48 +0000 (22:30 +0000)
committerLatif Khalifa <latifer@streamgrid.net>
Tue, 5 Jul 2011 22:30:48 +0000 (22:30 +0000)
git-svn-id: https://radegast.googlecode.com/svn/trunk@950 f7a694da-4d33-11de-9ad6-1127a62b9fcd

Radegast/Core/RadegastInstance.cs

index 12a1bb5..ce7aeea 100644 (file)
@@ -313,7 +313,7 @@ namespace Radegast
 
         private void InitializeClient(GridClient client)
         {
-            client.Settings.MULTIPLE_SIMS = true;
+            client.Settings.MULTIPLE_SIMS = false;
 
             client.Settings.USE_INTERPOLATION_TIMER = false;
             client.Settings.ALWAYS_REQUEST_OBJECTS = true;