mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* Thanks to Mic Bowman for inspiring me to look at that we are still using ASCIIEncoder in places we shouldn't.
This commit is contained in:
@@ -583,7 +583,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
return objectname;
|
||||
}
|
||||
|
||||
EntityBase SensedObject = null;
|
||||
EntityBase SensedObject;
|
||||
lock (World.Entities)
|
||||
{
|
||||
World.Entities.TryGetValue(objecUUID, out SensedObject);
|
||||
|
||||
Reference in New Issue
Block a user