mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* Handlerized ViewerEffect
* Now there-is-only-client-manager * First step towards moving Logout and ConnectionClosed out of Client and into something else (which will let us get rid of ClientView reference to ClientManager * General posititvity, peace, love and understanding
This commit is contained in:
@@ -126,7 +126,7 @@ namespace OpenSim.Region.ClientStack
|
||||
if (this.clientCircuits.ContainsKey(epSender))
|
||||
{
|
||||
//if so then send packet to the packetserver
|
||||
this._packetServer.ClientInPacket(this.clientCircuits[epSender], packet);
|
||||
this._packetServer.InPacket(this.clientCircuits[epSender], packet);
|
||||
}
|
||||
else if (packet.Type == PacketType.UseCircuitCode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user