From: Carl Worth Date: Sun, 14 Jun 2020 23:43:49 +0000 (-0700) Subject: Don't display the answering "Move On" button until the server reports idle X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;ds=sidebyside;h=1896a4e7c03026eb1ef2aa084b55e1434265fd9d;hp=1896a4e7c03026eb1ef2aa084b55e1434265fd9d;p=lmno.games Don't display the answering "Move On" button until the server reports idle By waiting until the server reports that things are idle, it's safer to display this button. (Displaying it early might result in a a user being considered a majority of just the group of that player alone, which is not what is desired.) ---