X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=tictactoe.js;h=12bf6801ac0f20e4f36e444bbb9fab1909fce116;hb=40abb70f85a1f833c6dfcc8541db3bf876096616;hp=ca67834ecc5790da0a1d125b9a0038d4a58a28cf;hpb=8feb9aea1b02a89d5ddc316925914acdfeb0d173;p=empires-server diff --git a/tictactoe.js b/tictactoe.js index ca67834..12bf680 100644 --- a/tictactoe.js +++ b/tictactoe.js @@ -61,7 +61,6 @@ router.get('/events', (request, response) => { }); exports.router = router; -exports.name = engine_name; exports.Game = TicTacToe; TicTacToe.meta = {