Raise daily generation limit to 100 and fix limit UI coercion.
0 was misread as zero allowed on older servers; player no longer falls back to 10 when saving limits. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@
|
||||
"new_song_chance": 0.35
|
||||
},
|
||||
"limits": {
|
||||
"max_new_songs_per_day": 0
|
||||
"max_new_songs_per_day": 100
|
||||
},
|
||||
"costs": {
|
||||
"lyria_pro_usd": 0.08,
|
||||
|
||||
Reference in New Issue
Block a user