aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ExtensionsScriptModule
diff options
context:
space:
mode:
authorAdam Frisby2007-09-24 15:56:34 +0000
committerAdam Frisby2007-09-24 15:56:34 +0000
commitf5eac12a88d2b7fd5011cc3634191e51849f2394 (patch)
treefb635d8bfe028d3626658805eb8c03c14e3be192 /OpenSim/Region/ExtensionsScriptModule
parent* Refactored the central update loop - now easier to work with. Switching fro... (diff)
downloadopensim-SC_OLD-f5eac12a88d2b7fd5011cc3634191e51849f2394.zip
opensim-SC_OLD-f5eac12a88d2b7fd5011cc3634191e51849f2394.tar.gz
opensim-SC_OLD-f5eac12a88d2b7fd5011cc3634191e51849f2394.tar.bz2
opensim-SC_OLD-f5eac12a88d2b7fd5011cc3634191e51849f2394.tar.xz
* Renamed ScriptConsole to PluginConsole for clarity
* Fixed a bug where ODE tries to do a physics update for zero frames.
Diffstat (limited to 'OpenSim/Region/ExtensionsScriptModule')
-rw-r--r--OpenSim/Region/ExtensionsScriptModule/Engines/CSharp/Examples/ExportRegionToLSL.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ExtensionsScriptModule/Engines/CSharp/Examples/ExportRegionToLSL.cs b/OpenSim/Region/ExtensionsScriptModule/Engines/CSharp/Examples/ExportRegionToLSL.cs
index 466a902..2043979 100644
--- a/OpenSim/Region/ExtensionsScriptModule/Engines/CSharp/Examples/ExportRegionToLSL.cs
+++ b/OpenSim/Region/ExtensionsScriptModule/Engines/CSharp/Examples/ExportRegionToLSL.cs
@@ -21,7 +21,7 @@ namespace OpenSim.Region.ExtensionsScriptModule.CSharp.Examples
21 { 21 {
22 script = scriptInfo; 22 script = scriptInfo;
23 23
24 script.events.OnScriptConsole += new EventManager.OnScriptConsoleDelegate(ProcessConsoleMsg); 24 script.events.OnPluginConsole += new EventManager.OnPluginConsoleDelegate(ProcessConsoleMsg);
25 } 25 }
26 26
27 void ProcessConsoleMsg(string[] args) 27 void ProcessConsoleMsg(string[] args)