mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Fix r2959 - last letter was being sliced off region prim renames
This commit is contained in:
@@ -1074,12 +1074,12 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// Set the name of a prim
|
||||
/// </summary>
|
||||
/// <param name="name"></param>
|
||||
/// <param name="localID"></param>
|
||||
public void SetPartName(string name, uint localID)
|
||||
{
|
||||
name = name.Remove(name.Length - 1, 1);
|
||||
SceneObjectPart part = GetChildPart(localID);
|
||||
if (part != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user