mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-02 20:36:49 +01:00
Fix minor typo that broke phraseRepPen for NAI
This commit is contained in:
parent
dddc49c235
commit
9dba57dc85
@ -102,7 +102,7 @@ const phraseRepPenStrings = [
|
||||
]
|
||||
|
||||
function getPhraseRepPenString(phraseRepPenCounter) {
|
||||
if (phraseRepPenCounter < 1 || phraseRepPenCounter > F5) {
|
||||
if (phraseRepPenCounter < 1 || phraseRepPenCounter > 5) {
|
||||
return null;
|
||||
} else {
|
||||
return phraseRepPenStrings[phraseRepPenCounter];
|
||||
|
Loading…
x
Reference in New Issue
Block a user