* Renamed ScriptConsole to PluginConsole for clarity

* Fixed a bug where ODE tries to do a physics update for zero frames.
This commit is contained in:
Adam Frisby
2007-09-24 15:56:34 +00:00
parent 48e0e05446
commit f5eac12a88
4 changed files with 10 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ namespace OpenSim.Region.ExtensionsScriptModule.CSharp.Examples
{
script = scriptInfo;
script.events.OnScriptConsole += new EventManager.OnScriptConsoleDelegate(ProcessConsoleMsg);
script.events.OnPluginConsole += new EventManager.OnPluginConsoleDelegate(ProcessConsoleMsg);
}
void ProcessConsoleMsg(string[] args)