From 8c80d98252f376a815e522c705a3c576dfc16f75 Mon Sep 17 00:00:00 2001 From: MW Date: Sun, 4 Feb 2007 11:36:35 +0000 Subject: Clean up --- Script_manager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Script_manager.cs') 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 #region Lua Functions - public void ScriptRegister( script_object_interface script) + public void ScriptRegister(script_object_interface script) { //called by scripts to register themselves } - public void MoveObject(float x ,float y, float z) + public void MoveObject(float x , float y, float z) { } -- cgit v1.1