From f60bc970eb925cd245cc77b1ae700b28d4589163 Mon Sep 17 00:00:00 2001 From: MW Date: Thu, 8 Mar 2007 13:21:24 +0000 Subject: Another attemp to fix the Session Logout bug World map data is now saved in database and recovered on startup. Primitives are now backed up to a local database and reloaded on startup. --- src/OpenSimClient.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/OpenSimClient.cs') diff --git a/src/OpenSimClient.cs b/src/OpenSimClient.cs index 9544e7b..1f9c70c 100644 --- a/src/OpenSimClient.cs +++ b/src/OpenSimClient.cs @@ -99,6 +99,7 @@ namespace OpenSim client.ClientAvatar.SendAppearanceToOtherAgent(this); } } + OpenSim_Main.local_world.GetInitialPrims(this); break; case PacketType.ObjectAdd: OpenSim_Main.local_world.AddNewPrim((ObjectAddPacket)Pack, this); -- cgit v1.1