mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
refactor: Eliminate local id parameter from api initialize.
This is always available from m_host.LocalId
This commit is contained in:
@@ -66,7 +66,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests
|
||||
engine.AddRegion(scene);
|
||||
|
||||
m_lslApi = new LSL_Api();
|
||||
m_lslApi.Initialize(engine, part, part.LocalId, null);
|
||||
m_lslApi.Initialize(engine, part, null);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user