mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Changed IClientNetworkServer.AddScene method from void AddScene(Scene x) to void AddScene(IScene x). As there should be no need for the client view to have a reference to Scene. IScene should be all it needs.
This commit is contained in:
@@ -109,7 +109,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
return x == m_location;
|
||||
}
|
||||
|
||||
public void AddScene(Scene x)
|
||||
public void AddScene(IScene x)
|
||||
{
|
||||
LocalScene = x;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user