mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
* Replace some string to byte conversions for object/item name/description fields with the LLUtil function that prevents the max string size from being breached
This commit is contained in:
@@ -101,7 +101,7 @@ namespace OpenSim.Region.CoreModules.World.Land
|
||||
|
||||
lock (m_scene)
|
||||
{
|
||||
m_scene.LandChannel = (ILandChannel) landChannel;
|
||||
m_scene.LandChannel = (ILandChannel)landChannel;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user