mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
hooked up sdague new sqlite asset database provider to the old asset system. So we can still use sqlite for assets while we wait for the rest of the new asset system to be wrote.
Needs more testing, so if it causes problems will have to swap back to db4o.
This commit is contained in:
@@ -58,7 +58,7 @@ namespace OpenSim.Region.ClientStack
|
||||
|
||||
protected bool AgentTextureCached(ClientView simclient, Packet packet)
|
||||
{
|
||||
// Console.WriteLine(packet.ToString());
|
||||
//System.Console.WriteLine("texture cached: " + packet.ToString());
|
||||
AgentCachedTexturePacket chechedtex = (AgentCachedTexturePacket)packet;
|
||||
AgentCachedTextureResponsePacket cachedresp = new AgentCachedTextureResponsePacket();
|
||||
cachedresp.AgentData.AgentID = this.AgentID;
|
||||
|
||||
Reference in New Issue
Block a user