Main/System/Redpoint/RedpointCenter.cs
@@ -107,7 +107,7 @@
        {
            TestParentValue(_redpoint.parent);
        }
        if (_redpoint.otherParent > 0)
        {
            TestParentValue(_redpoint.otherParent);
@@ -176,4 +176,14 @@
        }
    }
    public Redpoint GetRedpoint(int _id)
    {
        Redpoint redpoint = null;
        if (this.redpoints.TryGetValue(_id, out redpoint))
        {
            return redpoint;
        }
        return null;
    }
}