Various small changes (some likely to be removed again soon)

This commit is contained in:
MW
2007-08-29 15:39:57 +00:00
parent 1a33582c05
commit 36fba5e7e2
9 changed files with 26 additions and 13 deletions

View File

@@ -27,7 +27,7 @@ namespace OpenSim.Region.Environment.Modules
m_scene = scene;
m_scene.EventManager.OnNewClient += NewClient;
m_scene.RegisterAPIMethod("API_AddXferFile", new ModuleAPIMethod<bool, string, byte[]>(this.AddNewFile));
m_scene.RegisterAPIMethod("API_AddXferFile", new ModuleAPIMethod2<bool, string, byte[]>(this.AddNewFile));
}
public void PostInitialise()