mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* Added the Login server handlers that were lost in yesterday's commit grief
* More beef to the LLLoginService * Better design for handling local simulation service
This commit is contained in:
@@ -92,7 +92,7 @@ namespace OpenSim.Services.LLLoginService
|
||||
return loginError;
|
||||
}
|
||||
|
||||
public OSD ToOSDMap()
|
||||
public override OSD ToOSDMap()
|
||||
{
|
||||
OSDMap map = new OSDMap();
|
||||
|
||||
@@ -327,7 +327,7 @@ namespace OpenSim.Services.LLLoginService
|
||||
}
|
||||
}
|
||||
|
||||
public OSD ToLLSDResponse()
|
||||
public override OSD ToOSDMap()
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user