diff --git a/rlgterm.js b/rlgterm.js index ae96cb7..e7c70b3 100644 --- a/rlgterm.js +++ b/rlgterm.js @@ -779,7 +779,7 @@ function wsStart(game) { var msgObject = JSON.parse(event.data); if (msgObject.t == 's') { termemu.resize(msgObject.h, msgObject.w); - message("You are now playing " + msgObject.g + "."); + message("You are now playing " + games[msgObject.g].name + "."); } else if (msgObject.t == 'd') { writeData(msgObject.d);