Skip to content
Snippets Groups Projects
Commit 084436ae authored by mcmlxxix's avatar mcmlxxix
Browse files

fix chat window

parent 4dd6b770
Branches
Tags
No related merge requests found
...@@ -97,7 +97,7 @@ function lobby() { ...@@ -97,7 +97,7 @@ function lobby() {
client.subscribe(game_id,"games"); client.subscribe(game_id,"games");
chat_window.show_title=false; chat_window.show_title=false;
chat_window.show_border=false; chat_window.show_border=false;
chat.view = chat_window; chat.chatView = chat_window;
chat.join("#mazerace"); chat.join("#mazerace");
profile=data.profiles[user.alias]; profile=data.profiles[user.alias];
input.init(3,23,54,1,frame); input.init(3,23,54,1,frame);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment