Skip to content

Commit

Permalink
chore: Enable golem warnings on logs with more players
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Oct 6, 2024
1 parent 474bd40 commit 2154110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/results/TemplateHelper.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ const TemplateHelper = ({ character }) => {
.join('\n');

setInput({ Power: powerDPSWithoutLifesteal, Power2: 0, ...conditionData });
setProbablyGolem(data.players.length === 1);
setProbablyGolem(data.players.length <= 5);
setUrlResult(resultAreaText);
} catch (e) {
console.error(e);
Expand Down

0 comments on commit 2154110

Please sign in to comment.