This commit is contained in:
yutou 2021-02-04 10:13:36 +08:00
parent a2070059af
commit a42714054f

View File

@ -182,7 +182,7 @@ public class QQSetu {
}
}
try {
if(msg.trim().length()>2){
if(msg.trim().length()>3){
return;
}
float i = Float.parseFloat(msg.trim());