bugfix: show up to 10 sources (instead of 12)

This commit is contained in:
Settel 2022-05-03 21:05:00 +02:00
parent e85561d9f8
commit e61c6644c1

View File

@ -37,7 +37,7 @@ func (gm *Game) selectQuote() error {
}
sourceId := q.GetSourceId()
if len(sources) == 12 {
if len(sources) == 10 {
if quote != nil {
break
}