Fix enum value

I wasted @Wolfsblvt half an hour
This commit is contained in:
Cohee 2024-07-05 01:01:55 +03:00
parent 54dea56a77
commit be8eb19139
1 changed files with 1 additions and 1 deletions

View File

@ -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');