Updated.
This commit is contained in:
parent
917052bd08
commit
b0790d5dc6
BIN
sigIRCv2.jar
BIN
sigIRCv2.jar
Binary file not shown.
@ -340,6 +340,7 @@ public class Profile {
|
|||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
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");
|
String[] data = FileUtils.readFromFile(sigIRC.BASEDIR+"tmp_profile");
|
||||||
//System.out.println(Arrays.toString(data));
|
//System.out.println(Arrays.toString(data));
|
||||||
if (data.length>=23) {
|
if (data.length>=23) {
|
||||||
|
|||||||
@ -87,6 +87,8 @@ public class Session {
|
|||||||
}
|
}
|
||||||
//System.out.println("Adding Player "+p);
|
//System.out.println("Adding Player "+p);
|
||||||
players.add(p);
|
players.add(p);
|
||||||
|
} else {
|
||||||
|
FileUtils.logToFile("["+System.currentTimeMillis()+"]Failed to download profile for player "+p.displayName+"!", "debug2.log");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -586,7 +586,7 @@ public class RabiRaceModule extends Module{
|
|||||||
float itempct = readFloatFromMemory(MemoryOffset.ITEM_PERCENT);
|
float itempct = readFloatFromMemory(MemoryOffset.ITEM_PERCENT);
|
||||||
myProfile.isPaused = paused>=1;
|
myProfile.isPaused = paused>=1;
|
||||||
|
|
||||||
/*if (mySession!=null && mySession.isCoop()) {
|
if (mySession!=null && mySession.isCoop()) {
|
||||||
|
|
||||||
if (mySession!=null && mySession.isCoop()) {
|
if (mySession!=null && mySession.isCoop()) {
|
||||||
if (OnTitleScreen()) {
|
if (OnTitleScreen()) {
|
||||||
@ -620,7 +620,7 @@ public class RabiRaceModule extends Module{
|
|||||||
}
|
}
|
||||||
newmapdata.clear();
|
newmapdata.clear();
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
|
|
||||||
//System.out.println(itempct+","+paused);
|
//System.out.println(itempct+","+paused);
|
||||||
if (paused==0 && itempct>=0) {
|
if (paused==0 && itempct>=0) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user