From ecb747af18f793cf550ea3f0d03a8c59979a681d Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Tue, 5 Feb 2013 08:32:20 +0000 Subject: [PATCH] tsss git-svn-id: http://svn.net-core.org/repos/t-engine4@6369 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/profile-thread/Client.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/profile-thread/Client.lua b/game/profile-thread/Client.lua index 2584ff256f..595be981a5 100644 --- a/game/profile-thread/Client.lua +++ b/game/profile-thread/Client.lua @@ -23,7 +23,7 @@ local UserChat = require "profile-thread.UserChat" module(..., package.seeall, class.make) -local debug = true +local debug = false local mport = debug and 2259 or 2257 local pport = debug and 2260 or 2258 -- GitLab