mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* some follow up renaming of members et c.
This commit is contained in:
@@ -15,8 +15,8 @@ namespace SimpleApp
|
||||
{
|
||||
private List<ScenePresence> m_avatars;
|
||||
|
||||
public MyWorld(ClientManager clientThreads, RegionInfo regionInfo, AuthenticateSessionsBase authen, CommunicationsManager commsMan, AssetCache assetCach, BaseHttpServer httpServer)
|
||||
: base(clientThreads, regionInfo, authen, commsMan, assetCach, httpServer)
|
||||
public MyWorld(ClientManager clientManager, RegionInfo regionInfo, AuthenticateSessionsBase authen, CommunicationsManager commsMan, AssetCache assetCach, BaseHttpServer httpServer)
|
||||
: base(clientManager, regionInfo, authen, commsMan, assetCach, httpServer)
|
||||
{
|
||||
m_avatars = new List<Avatar>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user