diff options
author | Adam Frisby | 2007-09-24 15:56:34 +0000 |
---|---|---|
committer | Adam Frisby | 2007-09-24 15:56:34 +0000 |
commit | f5eac12a88d2b7fd5011cc3634191e51849f2394 (patch) | |
tree | fb635d8bfe028d3626658805eb8c03c14e3be192 /OpenSim/Region/Environment/Scenes/SceneManager.cs | |
parent | * Refactored the central update loop - now easier to work with. Switching fro... (diff) | |
download | opensim-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/Environment/Scenes/SceneManager.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneManager.cs b/OpenSim/Region/Environment/Scenes/SceneManager.cs index 196976c..0049282 100644 --- a/OpenSim/Region/Environment/Scenes/SceneManager.cs +++ b/OpenSim/Region/Environment/Scenes/SceneManager.cs | |||
@@ -82,7 +82,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
82 | 82 | ||
83 | public void SendCommandToCurrentSceneScripts(string[] cmdparams) | 83 | public void SendCommandToCurrentSceneScripts(string[] cmdparams) |
84 | { | 84 | { |
85 | ForEachCurrentScene(delegate(Scene scene) { scene.SendCommandToScripts(cmdparams); }); | 85 | ForEachCurrentScene(delegate(Scene scene) { scene.SendCommandToPlugins(cmdparams); }); |
86 | } | 86 | } |
87 | 87 | ||
88 | public void SetBypassPermissionsOnCurrentScene(bool bypassPermissions) | 88 | public void SetBypassPermissionsOnCurrentScene(bool bypassPermissions) |