From: Carl Worth Date: Wed, 10 Jun 2020 14:25:13 +0000 (-0700) Subject: Fix the /reset endpoint X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=9fb6009a9666b92b18436975409d3717128ec9ba;hp=9fb6009a9666b92b18436975409d3717128ec9ba;p=empires-server Fix the /reset endpoint The fix here was pretty simple. I'd only missed this because I had forgotten to add an explicit setting of state.scores to null in the constructor, (so then forgot to also do the same in reset()). ---