From 86f2db6e7fc05f6d24da024f3efad8186e62a38b Mon Sep 17 00:00:00 2001 From: Christopher Date: Sun, 28 Jun 2020 13:19:30 +0200 Subject: [PATCH] send update --- src/TextureFetcher.cs | 3 +++ 1 file changed, 3 insertions(+) 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(); + } + } } }