mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 13:15:44 +08:00
several changes to land handling. Landchannel.cs is just a wrrapper for landmanagementmodule, so let module be it and ignore all code on landchannel.cs, to remove one day; make parcel fakeID more a thing (it is our actual parcel ID. proper globalID cannot be sent to viewers, because HG, etc.
This commit is contained in:
@@ -51,7 +51,6 @@ namespace OpenSim.Framework
|
||||
|
||||
public virtual AuthenticateResponse AuthenticateSession(UUID sessionID, UUID agentID, uint circuitcode)
|
||||
{
|
||||
|
||||
AuthenticateResponse user = new AuthenticateResponse();
|
||||
if (!m_agentCircuits.TryGetValue(circuitcode, out AgentCircuitData validcircuit) || validcircuit == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user