also do send terrain texture change also from viewer to viewers

This commit is contained in:
UbitUmarov
2024-04-28 22:57:58 +01:00
parent 020ddeef65
commit 2736d36391
3 changed files with 25 additions and 24 deletions

View File

@@ -1772,7 +1772,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
// on to en-US to avoid number parsing issues
Culture.SetCurrentCulture();
while (IsRunningInbound)
while (m_IsRunningInbound)
{
Scene.ThreadAlive(1);
try
@@ -1818,7 +1818,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
// Action generic every round
Action<IClientAPI> clientPacketHandler = ClientOutgoingPacketHandler;
while (base.IsRunningOutbound)
while (m_IsRunningOutbound)
{
Scene.ThreadAlive(2);