mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Added AddToPhysicalScene and RemoveFromPhysicalScene and added to MakeAvatar and MakeChildAgent respectively
* Removed unused m_child from ClientView
This commit is contained in:
@@ -133,7 +133,7 @@ namespace OpenSim.Region.ClientStack
|
||||
else if (packet.Type == PacketType.UseCircuitCode)
|
||||
{
|
||||
// new client
|
||||
this.AddNewClient(packet);
|
||||
AddNewClient(packet);
|
||||
}
|
||||
else
|
||||
{ // invalid client
|
||||
|
||||
Reference in New Issue
Block a user