* encapsulated firstname/lastname on ScenePresence

* fixed 'users' console command
* minor refactorings
This commit is contained in:
lbsa71
2007-08-06 13:21:30 +00:00
parent 1b100e17a5
commit 9924f35613
7 changed files with 65 additions and 55 deletions

View File

@@ -10,7 +10,7 @@ namespace OpenSim.Region.Scripting.LSL
class LSLScript : IScript
{
ScriptInfo scriptInfo;
LSL.Engine lindenScriptEngine;
Engine lindenScriptEngine;
public LSLScript(string filename, libsecondlife.LLUUID taskObject)
{