名字长度
parent
38715c4bfd
commit
2e72e3e3f6
|
@ -180,10 +180,6 @@ public class PlayerLogic {
|
|||
} else {
|
||||
valueLength += 1;
|
||||
}
|
||||
|
||||
if (valueLength > 12) {
|
||||
return valueLength;
|
||||
}
|
||||
}
|
||||
return valueLength;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue