From 877a78ce91a96118009cd1c1e27a99f0baef49ae Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Thu, 18 Oct 2018 15:03:19 +0100 Subject: change chattype on llRegionSayTo when sending to avatar viewer only. Thanks Royale for pointing this --- OpenSim/Framework/ChatTypeEnum.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/ChatTypeEnum.cs b/OpenSim/Framework/ChatTypeEnum.cs index b7e4e7c..f281f5c 100644 --- a/OpenSim/Framework/ChatTypeEnum.cs +++ b/OpenSim/Framework/ChatTypeEnum.cs @@ -38,6 +38,7 @@ namespace OpenSim.Framework DebugChannel = 6, Region = 7, Owner = 8, + Direct = 9, //llRegionSayTo Broadcast = 0xFF } } \ No newline at end of file -- cgit v1.1