mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-01-08 21:37:54 -05:00
add missing previousGroupData
This commit is contained in:
@ -216,7 +216,7 @@ export const handleGroup = (
|
||||
} else {
|
||||
// why did you put this in a group, that was entirely pointless
|
||||
loggingEnabled && log(LT.LOG, `Solving commaPart: ${commaParts[0]}`);
|
||||
const [tempData, tempCounts, tempDists] = tokenizeMath(commaParts[0], modifiers, previousResults, []);
|
||||
const [tempData, tempCounts, tempDists] = tokenizeMath(commaParts[0], modifiers, previousResults, prevGrpReturnData);
|
||||
const data = tempData[0];
|
||||
|
||||
loggingEnabled && log(LT.LOG, `Solved Math for Group is back ${JSON.stringify(data)} | ${JSON.stringify(tempCounts)} ${JSON.stringify(tempDists)}`);
|
||||
|
||||
Reference in New Issue
Block a user