X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=tictactoe.js;h=a7e6cfae290af760a9fedcef349b5a2f58136c44;hb=7cfa4c75739452a6022e2266cc4d6444ef79f4a5;hp=476821eec57039d5735fab0b8f4f021f5d8c5cad;hpb=c381788fa303d9ca392fc4b7b25c4d55344717da;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;