change chattype on llRegionSayTo when sending to avatar viewer only.

Thanks Royale for pointing this
This commit is contained in:
UbitUmarov
2018-10-18 15:03:19 +01:00
parent 96acb48334
commit 877a78ce91
2 changed files with 2 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ namespace OpenSim.Framework
DebugChannel = 6,
Region = 7,
Owner = 8,
Direct = 9, //llRegionSayTo
Broadcast = 0xFF
}
}