mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 07:05:46 +08:00
Common script for all objects (Default.lsl). ScriptEngine touch_start event now works, but llSay only outputs to server console.
This commit is contained in:
@@ -197,10 +197,10 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
||||
//}
|
||||
|
||||
|
||||
foreach (Type _t in a.GetTypes())
|
||||
{
|
||||
Console.WriteLine("Type: " + _t.ToString());
|
||||
}
|
||||
//foreach (Type _t in a.GetTypes())
|
||||
//{
|
||||
// Console.WriteLine("Type: " + _t.ToString());
|
||||
//}
|
||||
|
||||
Type t;
|
||||
//try
|
||||
|
||||
Reference in New Issue
Block a user