Casual games should be allowed to chat

This commit is contained in:
marcin.sciesinski
2019-08-13 14:20:31 -07:00
parent b621266889
commit ce85698660

View File

@@ -91,7 +91,7 @@ public class LotroServer extends AbstractServer {
throw new IllegalArgumentException("There has to be at least two players");
final String gameId = String.valueOf(_nextGameId);
if (!gameSettings.isCompetitive()) {
if (gameSettings.isCompetitive()) {
Set<String> allowedUsers = new HashSet<String>();
for (LotroGameParticipant participant : participants)
allowedUsers.add(participant.getPlayerId());