名字长度

back_recharge
lvxinran 2019-08-14 11:31:17 +08:00
parent 38715c4bfd
commit 2e72e3e3f6
1 changed files with 0 additions and 4 deletions

View File

@ -180,10 +180,6 @@ public class PlayerLogic {
} else {
valueLength += 1;
}
if (valueLength > 12) {
return valueLength;
}
}
return valueLength;
}