do tell viewers about UI god cancelation on arrival

This commit is contained in:
UbitUmarov
2024-11-19 23:05:59 +00:00
parent 1ff28960f1
commit d5866f4e02
3 changed files with 2 additions and 5 deletions

View File

@@ -97,10 +97,8 @@ namespace OpenSim.Region.CoreModules.Avatar.UserProfiles
{
ScenePresence p = req.presence;
bool ok = true;
bool foreign = GetUserProfileServerURI(req.agent, out string serverURI);
if(serverURI.Length == 0)
ok = false;
bool ok = serverURI.Length > 0;
Byte[] membershipType = new Byte[1];
string born = string.Empty;