]> git.cworth.org Git - lmno-server/blobdiff - lmno.js
game/tictactoe: Expand player to include a team property
[lmno-server] / lmno.js
diff --git a/lmno.js b/lmno.js
index 1e1d260954d9fa7b71babdadea911fd63162c96e..5d4ca3e7b554025a2b367cf8aca6dae71945ec1b 100644 (file)
--- a/lmno.js
+++ b/lmno.js
@@ -69,7 +69,7 @@ nunjucks.configure("templates", {
  *
  *                 /        Serves <identifier>-game.html template
  *
- *                 /player  Allows client to set name
+ *                 /player  Allows client to set name or team
  *
  *                 /events  Serves a stream of events. Game can override
  *                          the handle_events method, call super() first,