diff --git a/src/TextureFetcher.cs b/src/TextureFetcher.cs index 09e17f7..cd7edf0 100644 --- a/src/TextureFetcher.cs +++ b/src/TextureFetcher.cs @@ -113,7 +113,10 @@ namespace OpenSim.Modules.TextureFetcher } if(updateNeeded == true) + { part.SendFullUpdateToAllClients(); + } + } } }