From 231d95749864950cbc182017c3299982895e6a91 Mon Sep 17 00:00:00 2001 From: logsol Date: Sat, 21 Jul 2012 23:38:59 +0200 Subject: [PATCH] altered define paths --- app/Game/Server/User.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 app/Game/Server/User.js diff --git a/app/Game/Server/User.js b/app/Game/Server/User.js old mode 100644 new mode 100755 index f30c9d9..7c8818c --- a/app/Game/Server/User.js +++ b/app/Game/Server/User.js @@ -1,4 +1,4 @@ -define(["Protocol/Helper"], function(ProtocolHelper) { +define(["Game/Core/Protocol/Helper"], function(ProtocolHelper) { function User(socketLink, coordinator) {