Update w/Trimead

dev
sigonasr2 7 years ago
parent 4c38344c22
commit 93677933e1
  1. BIN
      sigIRCv2.jar
  2. 3
      src/sig/modules/RabiRaceModule.java

Binary file not shown.

@ -83,6 +83,7 @@ public class RabiRaceModule extends Module{
if (foundRabiRibi) { if (foundRabiRibi) {
myProfile.uploadProfile(); myProfile.uploadProfile();
getSessionList(); getSessionList();
//trimeadProfile.downloadProfile();
} }
}, 5000, 5000, TimeUnit.MILLISECONDS); }, 5000, 5000, TimeUnit.MILLISECONDS);
@ -125,6 +126,8 @@ public class RabiRaceModule extends Module{
} }
} }
//trimeadProfile.username = "trimead";
join_button = new JoinButton(new Rectangle(2,(int)(position.getHeight()-18),120,18),"Join Session (0)",this); join_button = new JoinButton(new Rectangle(2,(int)(position.getHeight()-18),120,18),"Join Session (0)",this);
create_button = new CreateButton(new Rectangle(122,(int)(position.getHeight()-18),120,18),"Create Session",this); create_button = new CreateButton(new Rectangle(122,(int)(position.getHeight()-18),120,18),"Create Session",this);
} }

Loading…
Cancel
Save