Changed valid value check from 23->22.

This commit is contained in:
sigonasr2 2020-03-17 00:59:07 +09:00
parent fd17b8e924
commit d23564b8ed
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -343,7 +343,7 @@ public class Profile {
FileUtils.logToFile("["+System.currentTimeMillis()+"]Download profile w/settings: "+"http://45.33.13.215/rabirace/send.php?key=retrievedata&timekey="+RabiRaceModule.CLIENT_SERVER_READTIME+"&retrievename="+username.toLowerCase()+"&name="+sigIRC.nickname.toLowerCase(), "debug2.log");
String[] data = FileUtils.readFromFile(sigIRC.BASEDIR+"tmp_profile");
//System.out.println(Arrays.toString(data));
if (data.length>=23) {
if (data.length>=22) {
int i=0;
displayName = data[i++];
try {