X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=tictactoe.js;h=a7e6cfae290af760a9fedcef349b5a2f58136c44;hb=e368873853353b4b8949bfdf3c560b484e4cfb88;hp=476821eec57039d5735fab0b8f4f021f5d8c5cad;hpb=dbeeca917db24aaaffabc63072365f31ac2652ab;p=empires-server diff --git a/tictactoe.js b/tictactoe.js index 476821e..a7e6cfa 100644 --- a/tictactoe.js +++ b/tictactoe.js @@ -54,7 +54,10 @@ TicTacToe.router = express.Router(); TicTacToe.meta = { name: "Tic Tac Toe", - identifier: "tictactoe" + identifier: "tictactoe", + options: { + allow_guest: true + } }; exports.Game = TicTacToe;