From 084436ae0e6ee13a47a8cd8e317b8aff8833432c Mon Sep 17 00:00:00 2001 From: mcmlxxix <> Date: Wed, 28 Mar 2012 19:07:18 +0000 Subject: [PATCH] fix chat window --- xtrn/maze/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtrn/maze/game.js b/xtrn/maze/game.js index 6866c66836..80194978ce 100644 --- a/xtrn/maze/game.js +++ b/xtrn/maze/game.js @@ -97,7 +97,7 @@ function lobby() { client.subscribe(game_id,"games"); chat_window.show_title=false; chat_window.show_border=false; - chat.view = chat_window; + chat.chatView = chat_window; chat.join("#mazerace"); profile=data.profiles[user.alias]; input.init(3,23,54,1,frame); -- GitLab