Skip to content

Commit

Permalink
changed websocket address
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJaba committed May 15, 2010
1 parent 7ac153e commit 7fbc1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/game_client.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var GameClient = function(){

var socket = new WebSocket('ws://bomberman.server:3000/game');
var socket = new WebSocket('ws://bomberman.heroku.com/game');
var callbacks = {};

var initWebSocket = function(){
Expand Down

0 comments on commit 7fbc1c6

Please sign in to comment.