Make non-coop work again.
This commit is contained in:
parent
d469cc4b19
commit
6ddca772de
BIN
sigIRCv2.jar
BIN
sigIRCv2.jar
Binary file not shown.
@ -345,7 +345,7 @@ public class RabiRaceModule extends Module{
|
|||||||
|
|
||||||
public void SyncItemsWithOtherPlayers() {
|
public void SyncItemsWithOtherPlayers() {
|
||||||
boolean soundPlayed=false;
|
boolean soundPlayed=false;
|
||||||
if (mySession!=null) {
|
if (mySession!=null && mySession.isCoop()) {
|
||||||
for (Profile p : mySession.getPlayers()) {
|
for (Profile p : mySession.getPlayers()) {
|
||||||
if (p!=myProfile && !p.isPaused && !myProfile.isPaused && p.username!=myProfile.username) {
|
if (p!=myProfile && !p.isPaused && !myProfile.isPaused && p.username!=myProfile.username) {
|
||||||
boolean updateRequired=false;
|
boolean updateRequired=false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user