Fix EventParticle
Dieser Commit ist enthalten in:
Ursprung
6b70d6b2b0
Commit
cbd7959341
@ -146,7 +146,7 @@ public class ParticleInventory {
|
|||||||
particleList.add(new SWListInv.SWListEntry<>(swItem, null));
|
particleList.add(new SWListInv.SWListEntry<>(swItem, null));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (userGroup.isTeamGroup() || events.contains(eventParticle.event)) {
|
if (eventParticle.placementTeams.length != 0 && (userGroup.isTeamGroup() || events.contains(eventParticle.event))) {
|
||||||
particleList.add(new SWListInv.SWListEntry<>(eventParticle.participationParticles.getItem(), eventParticle.participationParticles));
|
particleList.add(new SWListInv.SWListEntry<>(eventParticle.participationParticles.getItem(), eventParticle.participationParticles));
|
||||||
} else {
|
} else {
|
||||||
SWItem swItem = eventParticle.participationParticles.getItem();
|
SWItem swItem = eventParticle.participationParticles.getItem();
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren