diff options
author | Adam Frisby | 2008-05-01 18:50:44 +0000 |
---|---|---|
committer | Adam Frisby | 2008-05-01 18:50:44 +0000 |
commit | 76d8eaa4069d6445c47784168e274ba4253f7b9c (patch) | |
tree | 6f0f023b9c994253f3f6808edf94949c7ebd2d29 /OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | |
parent | Attempt to locate SL client in LaunchSLClient under other Unices. (diff) | |
download | opensim-SC-76d8eaa4069d6445c47784168e274ba4253f7b9c.zip opensim-SC-76d8eaa4069d6445c47784168e274ba4253f7b9c.tar.gz opensim-SC-76d8eaa4069d6445c47784168e274ba4253f7b9c.tar.bz2 opensim-SC-76d8eaa4069d6445c47784168e274ba4253f7b9c.tar.xz |
* Thanks to Mic Bowman for inspiring me to look at that we are still using ASCIIEncoder in places we shouldn't.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs index 419ca8f..67c6ad2 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | |||
@@ -583,7 +583,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
583 | return objectname; | 583 | return objectname; |
584 | } | 584 | } |
585 | 585 | ||
586 | EntityBase SensedObject = null; | 586 | EntityBase SensedObject; |
587 | lock (World.Entities) | 587 | lock (World.Entities) |
588 | { | 588 | { |
589 | World.Entities.TryGetValue(objecUUID, out SensedObject); | 589 | World.Entities.TryGetValue(objecUUID, out SensedObject); |