From a8392889de6af00239d712e181b23c3337dac732 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 28 Oct 2009 00:08:15 -0700 Subject: [PATCH] Fix maphistory command not returning a value (bug 4069, r=pred). --- plugins/nextmap.sp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/nextmap.sp b/plugins/nextmap.sp index 4e1dea78..7f089f78 100644 --- a/plugins/nextmap.sp +++ b/plugins/nextmap.sp @@ -195,6 +195,8 @@ public Action:Command_MapHistory(client, args) lastMapStartTime = startTime; } + + return PLUGIN_HANDLED; } FormatTimeDuration(String:buffer[], maxlen, time)