From 822881eac543646af96a78b14f83fb326563a5e6 Mon Sep 17 00:00:00 2001 From: MW Date: Sat, 11 Aug 2007 20:20:33 +0000 Subject: Added a new column (SceneGroupID) to sqlite3 table (sqlite3-prims.sql) so that we can tell what prims belong to the same SceneObjectGroup. If sdague has a different method in mind when he gets back then he can change it then. --- OpenSim/Region/Communications/Local/CommunicationsLocal.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Communications') diff --git a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs index 69352d1..5b66816 100644 --- a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs +++ b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs @@ -56,7 +56,7 @@ namespace OpenSim.Region.Communications.Local this.SandBoxServices.AddNewSession(regionHandle, login); } - public void do_create(string what) + public void doCreate(string what) { switch (what) { -- cgit v1.1