From a4bf30ac1b3518dd3d5948356c2e637a0c925914 Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Mon, 30 Jun 2008 23:18:13 +0000 Subject: [PATCH] Removed DEBUG from admin-sql-threaded.sp (amb1780) --HG-- branch : sourcemod-1.0.x extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402311 --- 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 601acd18..7416c103 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() {