feat: stabilize OpenSim interactions and landmarks
This commit is contained in:
@@ -570,7 +570,7 @@ impl GridManager {
|
||||
p.agent_data.agent_id = agent;
|
||||
p.agent_data.session_id = session;
|
||||
p.agent_data.flags = layer as u32;
|
||||
p.name_data.name = Utils::string_to_bytes(name.to_owned())?;
|
||||
p.name_data.name = Utils::string_to_bytes(name.to_ascii_lowercase())?;
|
||||
self.send(&p, PacketType::MapNameRequest)
|
||||
}
|
||||
pub fn request_map_items(
|
||||
|
||||
Reference in New Issue
Block a user