master
sigonasr2 5 years ago
parent 917052bd08
commit b0790d5dc6
  1. BIN
      sigIRCv2.jar
  2. 1
      src/sig/modules/RabiRace/Profile.java
  3. 2
      src/sig/modules/RabiRace/Session.java
  4. 4
      src/sig/modules/RabiRaceModule.java

Binary file not shown.

@ -340,6 +340,7 @@ public class Profile {
} catch (IOException e) {
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");
//System.out.println(Arrays.toString(data));
if (data.length>=23) {

@ -87,6 +87,8 @@ public class Session {
}
//System.out.println("Adding Player "+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);
myProfile.isPaused = paused>=1;
/*if (mySession!=null && mySession.isCoop()) {
if (mySession!=null && mySession.isCoop()) {
if (mySession!=null && mySession.isCoop()) {
if (OnTitleScreen()) {
@ -620,7 +620,7 @@ public class RabiRaceModule extends Module{
}
newmapdata.clear();
}
}*/
}
//System.out.println(itempct+","+paused);
if (paused==0 && itempct>=0) {

Loading…
Cancel
Save