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)