diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs b/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs index 99e50ac..3f4d412 100644 --- a/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs +++ b/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs | |||
@@ -392,7 +392,7 @@ namespace OpenSim.Region.CoreModules.Scripting.WorldComm | |||
392 | if (channel == 0) | 392 | if (channel == 0) |
393 | { | 393 | { |
394 | // Channel 0 goes to viewer ONLY | 394 | // Channel 0 goes to viewer ONLY |
395 | m_scene.SimChat(Utils.StringToBytes(msg), ChatTypeEnum.Broadcast, 0, pos, name, id, target, false, false); | 395 | m_scene.SimChat(Utils.StringToBytes(msg), ChatTypeEnum.Direct, 0, pos, name, id, target, false, false); |
396 | return; | 396 | return; |
397 | } | 397 | } |
398 | 398 | ||