mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
we should be return null in these 2 places, though this won't
help with the timeouts.
This commit is contained in:
@@ -97,7 +97,7 @@ namespace OpenSim.Region.Communications.OGS1
|
||||
"Error sent by user server when trying to get user appearance: (" +
|
||||
data["error_type"] +
|
||||
"): " + data["error_desc"]);
|
||||
return new AvatarAppearance();
|
||||
return null;
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -107,7 +107,7 @@ namespace OpenSim.Region.Communications.OGS1
|
||||
else
|
||||
{
|
||||
m_log.Error("[GRID]: The avatar appearance is null, something bad happenend");
|
||||
return new AvatarAppearance();
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user