From ac9b9f8c2af12647c350d355edf53975db7ff7d3 Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Mon, 30 Jun 2008 23:18:26 +0000 Subject: [PATCH] Removed DEBUG from admin-sql-threaded.sp (amb1780) --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402312 --- plugins/admin-sql-threaded.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/admin-sql-threaded.sp b/plugins/admin-sql-threaded.sp index d27ab348..ab01f0da 100644 --- a/plugins/admin-sql-threaded.sp +++ b/plugins/admin-sql-threaded.sp @@ -74,7 +74,7 @@ new RebuildCachePart[3] = {0}; /** Cache part sequence numbers */ new PlayerSeq[MAXPLAYERS+1]; /** Player-specific sequence numbers */ new bool:PlayerAuth[MAXPLAYERS+1]; /** Whether a player has been "pre-authed" */ -#define _DEBUG +//#define _DEBUG public OnMapEnd() {