From ccf5aa6b54ca99a08f72402ce4d501d580c50312 Mon Sep 17 00:00:00 2001 From: Ross Bemrose Date: Wed, 17 Dec 2014 11:07:51 -0500 Subject: [PATCH] Change all view_as<>(null) back to INVALID_HANDLE for now. --- plugins/mapchooser.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mapchooser.sp b/plugins/mapchooser.sp index d484aa68..4e01be19 100644 --- a/plugins/mapchooser.sp +++ b/plugins/mapchooser.sp @@ -335,7 +335,7 @@ void SetupTimeleftTimer() DataPack data; g_VoteTimer = CreateDataTimer(float(time - startTime), Timer_StartMapVote, data, TIMER_FLAG_NO_MAPCHANGE); data.WriteCell(MapChange_MapEnd); - data.WriteCell(view_as(null)); + data.WriteCell(INVALID_HANDLE); data.Reset(); } }