Check for Coop mode.
This commit is contained in:
parent
172482beda
commit
a77a442a76
BIN
sigIRCv2.jar
BIN
sigIRCv2.jar
Binary file not shown.
@ -231,7 +231,9 @@ public class RabiRaceModule extends Module{
|
|||||||
/*message_played=true;
|
/*message_played=true;
|
||||||
System.out.println("Perform item sync with other players.");
|
System.out.println("Perform item sync with other players.");
|
||||||
SyncItemsWithOtherPlayers();*/
|
SyncItemsWithOtherPlayers();*/
|
||||||
syncItems=true;
|
if (mySession!=null && mySession.isCoop()) {
|
||||||
|
syncItems=true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*if (message_played && mySession.isCoop()) {
|
/*if (message_played && mySession.isCoop()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user