From 52ddb30cf9ebe6154da8bc53bd88520d350ba076 Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Thu, 22 May 2014 17:30:31 +0200 Subject: [PATCH] oups --- 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 b253eb1aeb..667652f91d 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