From 58f74dceb36c9ba2f488d581afd35879df54e71e Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 14 Jun 2024 21:59:56 +0100 Subject: [PATCH] do not reset SentTPBR state --- OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index b55e02f4d5..5898370b6e 100755 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs @@ -13475,6 +13475,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP } } } + ret |= (uint)(ViewerFlags & (ViewerFlags.SentTPBR)); ViewerFlags = (ViewerFlags)ret; return ret; }