From 4767632f3d88dead10e105331c199ce4b1395013 Mon Sep 17 00:00:00 2001 From: Logsol Date: Thu, 3 Jan 2013 23:45:59 +0100 Subject: [PATCH] removed worm --- app/Game/Client/Networker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Game/Client/Networker.js b/app/Game/Client/Networker.js index 1728fbc..5bd1971 100755 --- a/app/Game/Client/Networker.js +++ b/app/Game/Client/Networker.js @@ -49,7 +49,7 @@ function (ProtocolHelper, GameController) { Networker.prototype.onJoinSuccess = function (options) { this.gameController = new GameController(); - this.gameController.loadLevel("default.json"); + //this.gameController.loadLevel("default.json");