bugfix: show up to 10 sources (instead of 12)
This commit is contained in:
parent
e85561d9f8
commit
e61c6644c1
@ -37,7 +37,7 @@ func (gm *Game) selectQuote() error {
|
||||
}
|
||||
sourceId := q.GetSourceId()
|
||||
|
||||
if len(sources) == 12 {
|
||||
if len(sources) == 10 {
|
||||
if quote != nil {
|
||||
break
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user