From 60a67d566e8a7530fd51b727c83b5c0db18d5091 Mon Sep 17 00:00:00 2001 From: Christopher Date: Sat, 4 Jul 2020 22:14:35 +0200 Subject: [PATCH] dont send full update --- src/TextureFetcher.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TextureFetcher.cs b/src/TextureFetcher.cs index 5fb08c0..e8215e2 100644 --- a/src/TextureFetcher.cs +++ b/src/TextureFetcher.cs @@ -204,7 +204,7 @@ namespace OpenSim.Modules.TextureFetcher if (updateNeeded == true) { - part.SendFullUpdateToAllClients(); + //part.SendFullUpdateToAllClients(); } } catch(Exception _error)