mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix field name
This commit is contained in:
@ -2656,7 +2656,7 @@ function filterByInclusionGroups(newEntries, allActivatedEntries, buffer) {
|
|||||||
let winner = null;
|
let winner = null;
|
||||||
|
|
||||||
for (const entry of group) {
|
for (const entry of group) {
|
||||||
currentWeight += (entry.group_weight ?? DEFAULT_WEIGHT);
|
currentWeight += (entry.groupWeight ?? DEFAULT_WEIGHT);
|
||||||
|
|
||||||
if (rollValue <= currentWeight) {
|
if (rollValue <= currentWeight) {
|
||||||
console.debug(`Activated inclusion group '${key}' with roll winner entry '${entry.uid}'`, entry);
|
console.debug(`Activated inclusion group '${key}' with roll winner entry '${entry.uid}'`, entry);
|
||||||
|
Reference in New Issue
Block a user