1
This commit is contained in:
@@ -401,7 +401,7 @@ func checkNameLength(name string, weight int, uint string) string {
|
|||||||
if len(name) <= tao_vegetable.NameMaxLength {
|
if len(name) <= tao_vegetable.NameMaxLength {
|
||||||
return name
|
return name
|
||||||
}
|
}
|
||||||
|
lastName = name
|
||||||
if strings.Contains(name, "(") {
|
if strings.Contains(name, "(") {
|
||||||
startIndex := strings.Index(name, "(")
|
startIndex := strings.Index(name, "(")
|
||||||
endIndex := strings.Index(name, ")")
|
endIndex := strings.Index(name, ")")
|
||||||
|
|||||||
Reference in New Issue
Block a user