]> git.cworth.org Git - lmno-server/commitdiff
Drop the name field from the Game class
authorCarl Worth <cworth@cworth.org>
Mon, 1 Jun 2020 00:44:14 +0000 (17:44 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 1 Jun 2020 00:44:14 +0000 (17:44 -0700)
This name is already not used anywhere, (the code has since changed to
using Game.meta.identifier instead), so kill it.

And this lets us frop the global "engine_name" variable from each
game's JavaScript file (which had a value redundant with
meta.identifier anyway).


No differences found