mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Someone forgot preventRecursion default value
This commit is contained in:
@@ -2165,6 +2165,7 @@ const newEntryTemplate = {
|
|||||||
position: 0,
|
position: 0,
|
||||||
disable: false,
|
disable: false,
|
||||||
excludeRecursion: false,
|
excludeRecursion: false,
|
||||||
|
preventRecursion: false,
|
||||||
delayUntilRecursion: false,
|
delayUntilRecursion: false,
|
||||||
probability: 100,
|
probability: 100,
|
||||||
useProbability: true,
|
useProbability: true,
|
||||||
|
Reference in New Issue
Block a user