Changed valid value check from 23->22.
This commit is contained in:
parent
fd17b8e924
commit
d23564b8ed
BIN
sigIRCv2.jar
BIN
sigIRCv2.jar
Binary file not shown.
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user