From 2d5b71c83264f8054ed97ccdd8aa761e4c445838 Mon Sep 17 00:00:00 2001 From: Ross Bemrose Date: Tue, 16 Dec 2014 16:57:49 -0500 Subject: [PATCH] Deleted comment... checked into it and its working as intended. --- plugins/mapchooser.sp | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/mapchooser.sp b/plugins/mapchooser.sp index 4a1ea323..b70cfbde 100644 --- a/plugins/mapchooser.sp +++ b/plugins/mapchooser.sp @@ -966,7 +966,6 @@ void CreateNextVote() tempMaps.Erase(b); } - // TODO: Wait, why are we deleting the array we were just manipulating? Check this! delete tempMaps; }