aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Script_manager.cs
diff options
context:
space:
mode:
authorMW2007-02-04 11:36:35 +0000
committerMW2007-02-04 11:36:35 +0000
commit8c80d98252f376a815e522c705a3c576dfc16f75 (patch)
tree89e779435d3e9ea2a58b814d81a64e44e4067cc6 /Script_manager.cs
parentBasic Inventory support and clean up (diff)
downloadopensim-SC_OLD-8c80d98252f376a815e522c705a3c576dfc16f75.zip
opensim-SC_OLD-8c80d98252f376a815e522c705a3c576dfc16f75.tar.gz
opensim-SC_OLD-8c80d98252f376a815e522c705a3c576dfc16f75.tar.bz2
opensim-SC_OLD-8c80d98252f376a815e522c705a3c576dfc16f75.tar.xz
Clean up
Diffstat (limited to '')
-rw-r--r--Script_manager.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Script_manager.cs b/Script_manager.cs
index 87a32d0..26b87f1 100644
--- a/Script_manager.cs
+++ b/Script_manager.cs
@@ -78,11 +78,11 @@ namespace OpenSim
78 78
79 #region Lua Functions 79 #region Lua Functions
80 80
81 public void ScriptRegister( script_object_interface script) 81 public void ScriptRegister(script_object_interface script)
82 { 82 {
83 //called by scripts to register themselves 83 //called by scripts to register themselves
84 } 84 }
85 public void MoveObject(float x ,float y, float z) 85 public void MoveObject(float x , float y, float z)
86 { 86 {
87 87
88 } 88 }