]> git.cworth.org Git - empires-server/commitdiff
LMNO: Simplify storage of the games array by not storing ID next to game
authorCarl Worth <cworth@cworth.org>
Mon, 1 Jun 2020 00:49:47 +0000 (17:49 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 1 Jun 2020 00:49:47 +0000 (17:49 -0700)
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.


No differences found