]> git.cworth.org Git - lmno-server/commitdiff
Return the actual game object from create_game, not just the ID
authorCarl Worth <cworth@cworth.org>
Mon, 1 Jun 2020 01:01:00 +0000 (18:01 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 1 Jun 2020 01:01:00 +0000 (18:01 -0700)
It was confusing for "create_game" to not return the obvious thing,
(the game that it just created). And now that a game has an "id"
property, it's easy enough to use that when needed.


No differences found