From 1dcc488a11bf9cd0d9e73b14652d4fa878cea261 Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Tue, 5 Jul 2011 22:30:48 +0000 Subject: [PATCH] Diable connecting to multiple sims for now git-svn-id: https://radegast.googlecode.com/svn/trunk@950 f7a694da-4d33-11de-9ad6-1127a62b9fcd --- Radegast/Core/RadegastInstance.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Radegast/Core/RadegastInstance.cs b/Radegast/Core/RadegastInstance.cs index 12a1bb5..ce7aeea 100644 --- a/Radegast/Core/RadegastInstance.cs +++ b/Radegast/Core/RadegastInstance.cs @@ -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; -- 2.11.0