From: Carl Worth Date: Tue, 30 Jun 2020 00:05:17 +0000 (-0700) Subject: Only consider active players when counting players needed for prompt voting X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=32a2a8dc67592143959e0c9ef77f7065466f4be0;hp=97bb67ae2b99e3a75e83eec9c6ddcf30db15d896 Only consider active players when counting players needed for prompt voting Now that the server is sending us inactive players, we don't want to consider them when computing how many votes we need to go forward with a category. --- diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index 3e6399d..7ac92e0 100644 --- a/empathy/empathy.jsx +++ b/empathy/empathy.jsx @@ -1357,7 +1357,7 @@ class Game extends React.PureComponent { />, p.active).length} prompts={state.prompts} />,