From: Carl Worth Date: Mon, 1 Jun 2020 00:49:47 +0000 (-0700) Subject: LMNO: Simplify storage of the games array by not storing ID next to game X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=2fb7ba00b458f94dff3e924b245c8f02dc20525a;hp=2fb7ba00b458f94dff3e924b245c8f02dc20525a;p=empires-server LMNO: Simplify storage of the games array by not storing ID next to game In the previous commit, we ensured that a game object always knows its own ID, so it's unnecessary to store it alongside. Delete this field from this anonymous object and change all references to instead access game.id. ---