玩家起名问题

duhui 2022-08-29 21:43:05 +08:00
parent f6267ce855
commit 42b38b25a5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public class ShieldedWordUtils {
boolean result = true; boolean result = true;
// 校验特殊符号 // 校验特殊符号
if(validateSpecStr){ if(validateSpecStr){
result = !validateUserName(name); result = validateUserName(name);
} }
// 校验违禁字符 // 校验违禁字符
if (result == true){ if (result == true){