From e7ec41e8729847cad54dc4b888572605c0051357 Mon Sep 17 00:00:00 2001 From: Ross Bemrose Date: Fri, 7 Nov 2014 16:01:50 -0500 Subject: [PATCH] Fix timers.inc's OnMapTimeLeftChanged forward while I'm at it. --- plugins/include/timers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/timers.inc b/plugins/include/timers.inc index 8da9696b..c5ca0150 100644 --- a/plugins/include/timers.inc +++ b/plugins/include/timers.inc @@ -177,7 +177,7 @@ native Float:GetTickInterval(); * the map yet), then this will be called once the server begins ticking, even * if there is no time limit set. */ -forward OnMapTimeLeftChanged(); +forward void OnMapTimeLeftChanged(); /** * Returns whether or not the server is processing frames or not.