mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Bannination fixes. Objects in nonpublic parcels were muted by default. Gods
were muted, too.
This commit is contained in:
@@ -6075,7 +6075,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
return m_host.ParentGroup.RootPart.AttachmentPoint;
|
||||
}
|
||||
|
||||
public LSL_Integer llGetFreeMemory()
|
||||
public virtual LSL_Integer llGetFreeMemory()
|
||||
{
|
||||
m_host.AddScriptLPS(1);
|
||||
// Make scripts designed for LSO happy
|
||||
|
||||
Reference in New Issue
Block a user