mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-12 10:00:36 +01:00
Fix enum value
I wasted @Wolfsblvt half an hour
This commit is contained in:
parent
54dea56a77
commit
be8eb19139
@ -69,7 +69,7 @@ const scan_state = {
|
||||
/**
|
||||
* The scan is triggered by a min activations depth skew.
|
||||
*/
|
||||
MIN_ACTIVATIONS: 2,
|
||||
MIN_ACTIVATIONS: 3,
|
||||
};
|
||||
|
||||
const WI_ENTRY_EDIT_TEMPLATE = $('#entry_edit_template .world_entry');
|
||||
|
Loading…
x
Reference in New Issue
Block a user