Set the local grid flag in the user account through the simian connector
This should make bi-directional hypergrid work.iar_mods
							parent
							
								
									571efeddb2
								
							
						
					
					
						commit
						967ea51980
					
				| 
						 | 
				
			
			@ -287,6 +287,10 @@ namespace OpenSim.Services.Connectors.SimianGrid
 | 
			
		|||
            account.UserFlags = response["UserFlags"].AsInteger();
 | 
			
		||||
            account.UserLevel = response["AccessLevel"].AsInteger();
 | 
			
		||||
            account.UserTitle = response["UserTitle"].AsString();
 | 
			
		||||
            account.LocalToGrid = true;
 | 
			
		||||
            if (response.ContainsKey("LocalToGrid"))
 | 
			
		||||
                account.LocalToGrid = (response["LocalToGrid"].AsString() == "true" ? true : false);
 | 
			
		||||
                
 | 
			
		||||
            GetFirstLastName(response["Name"].AsString(), out account.FirstName, out account.LastName);
 | 
			
		||||
 | 
			
		||||
            // Cache the user account info
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue