aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Script_manager.cs
diff options
context:
space:
mode:
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 }