From 084dd1c8dd2ece04ed4a862bfe26b9799952a45d Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 28 Oct 2009 00:31:48 -0700 Subject: [PATCH] Build fix. --- plugins/nextmap.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/nextmap.sp b/plugins/nextmap.sp index 7f089f78..85759372 100644 --- a/plugins/nextmap.sp +++ b/plugins/nextmap.sp @@ -196,7 +196,7 @@ public Action:Command_MapHistory(client, args) lastMapStartTime = startTime; } - return PLUGIN_HANDLED; + return Plugin_Handled; } FormatTimeDuration(String:buffer[], maxlen, time)