mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
We have successful login!
This commit is contained in:
@@ -50,7 +50,7 @@ namespace OpenSim
|
||||
this.m_inventoryCache.ClientLeaving(this.AgentID, null);
|
||||
|
||||
|
||||
m_gridServer.LogoutSession(this.SessionID, this.AgentID, this.CircuitCode);
|
||||
// m_gridServer.LogoutSession(this.SessionID, this.AgentID, this.CircuitCode);
|
||||
/*lock (m_world.Entities)
|
||||
{
|
||||
m_world.Entities.Remove(this.AgentID);
|
||||
|
||||
@@ -38,10 +38,7 @@ namespace OpenSim
|
||||
else
|
||||
{
|
||||
System.Text.Encoding _enc = System.Text.Encoding.ASCII;
|
||||
if (Pack.Type != PacketType.PacketAck)
|
||||
{
|
||||
Console.WriteLine(Pack.Type.ToString());
|
||||
}
|
||||
|
||||
switch (Pack.Type)
|
||||
{
|
||||
case PacketType.ViewerEffect:
|
||||
|
||||
Reference in New Issue
Block a user