mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 09:26:33 +01:00
Someone forgot preventRecursion default value
This commit is contained in:
parent
036603c9e9
commit
6865f84eb1
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user