]> git.cworth.org Git - empires-server/commitdiff
Drop the meta property from the game exports object.
authorCarl Worth <cworth@cworth.org>
Mon, 1 Jun 2020 01:04:38 +0000 (18:04 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 1 Jun 2020 01:04:38 +0000 (18:04 -0700)
The game's Game class is already a property on the exports object, and
that Game class already has this meta data. So there's no need to copy
it to the exports object as well.

Not to mention, no code is actually referencing it from here.


No differences found