diff --git a/plugins/mapchooser.sp b/plugins/mapchooser.sp index 9b71d3ef..395a93a6 100644 --- a/plugins/mapchooser.sp +++ b/plugins/mapchooser.sp @@ -745,10 +745,7 @@ public Handler_MapVoteMenu(Handle:menu, MenuAction:action, param1, param2) } else { - // We were actually cancelled. What should we do? - g_HasVoteStarted = false; - CreateNextVote(); - SetupTimeleftTimer(); + // We were actually cancelled. I guess we do nothing. } } }