mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* encapsulated some public fields
This commit is contained in:
@@ -50,7 +50,7 @@ namespace OpenSim.Region.Scripting
|
||||
public ScriptInfo(Scene scene)
|
||||
{
|
||||
world = scene;
|
||||
events = world.eventManager;
|
||||
events = world.EventManager;
|
||||
logger = MainLog.Instance;
|
||||
api = new ScriptAPI(scene);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user