aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local/CommunicationsLocal.cs
diff options
context:
space:
mode:
authorMW2007-08-11 20:20:33 +0000
committerMW2007-08-11 20:20:33 +0000
commit822881eac543646af96a78b14f83fb326563a5e6 (patch)
tree04dbf3e2f3a357bd6c189df57e7d1245fab3c7fe /OpenSim/Region/Communications/Local/CommunicationsLocal.cs
parentA attempt to fix the user manager db4o crash bug (where you have to delete us... (diff)
downloadopensim-SC_OLD-822881eac543646af96a78b14f83fb326563a5e6.zip
opensim-SC_OLD-822881eac543646af96a78b14f83fb326563a5e6.tar.gz
opensim-SC_OLD-822881eac543646af96a78b14f83fb326563a5e6.tar.bz2
opensim-SC_OLD-822881eac543646af96a78b14f83fb326563a5e6.tar.xz
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.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Communications/Local/CommunicationsLocal.cs2
1 files changed, 1 insertions, 1 deletions
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
56 this.SandBoxServices.AddNewSession(regionHandle, login); 56 this.SandBoxServices.AddNewSession(regionHandle, login);
57 } 57 }
58 58
59 public void do_create(string what) 59 public void doCreate(string what)
60 { 60 {
61 switch (what) 61 switch (what)
62 { 62 {