|
@@ -108,6 +108,6 @@ public class SignRepository {
|
|
}
|
|
}
|
|
|
|
|
|
public List<MWSign> getSigns(Game game) {
|
|
public List<MWSign> getSigns(Game game) {
|
|
- return signs.stream().filter(s -> s.getLobby().equals(game.getArena().getName())).collect(Collectors.toList());
|
|
|
|
|
|
+ return signs.stream().filter(s -> s.getLobby().equals(game.getLobby().getName())).collect(Collectors.toList());
|
|
}
|
|
}
|
|
}
|
|
}
|