Check for Coop mode.

master
sigonasr2 5 years ago
parent 172482beda
commit a77a442a76
  1. BIN
      sigIRCv2.jar
  2. 2
      src/sig/modules/RabiRaceModule.java

Binary file not shown.

@ -231,9 +231,11 @@ public class RabiRaceModule extends Module{
/*message_played=true;
System.out.println("Perform item sync with other players.");
SyncItemsWithOtherPlayers();*/
if (mySession!=null && mySession.isCoop()) {
syncItems=true;
}
}
}
/*if (message_played && mySession.isCoop()) {
SoundUtils.playSound(sigIRC.BASEDIR+"sigIRC/collect_item.wav");
}*/

Loading…
Cancel
Save