send update

master
Christopher 2020-06-28 13:19:30 +02:00
parent b19562e033
commit 86f2db6e7f
1 changed files with 3 additions and 0 deletions

View File

@ -113,7 +113,10 @@ namespace OpenSim.Modules.TextureFetcher
}
if(updateNeeded == true)
{
part.SendFullUpdateToAllClients();
}
}
}
}