|
|
@ -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; |
|
|
|