dont send full update

master
Christopher 2020-07-04 22:14:35 +02:00
parent 703cc1fd6d
commit 60a67d566e
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ namespace OpenSim.Modules.TextureFetcher
if (updateNeeded == true)
{
part.SendFullUpdateToAllClients();
//part.SendFullUpdateToAllClients();
}
}
catch(Exception _error)