diff --git a/mapchooser_extended/scripting/mapchooser_extended_avg_mapend.sp b/mapchooser_extended/scripting/mapchooser_extended_avg_mapend.sp index c2d1736..c376a1a 100755 --- a/mapchooser_extended/scripting/mapchooser_extended_avg_mapend.sp +++ b/mapchooser_extended/scripting/mapchooser_extended_avg_mapend.sp @@ -941,6 +941,10 @@ public Action CS_OnTerminateRound(float &delay, CSRoundEndReason &reason) { int timeleft; GetMapTimeLeft(timeleft); + if (g_WaitingForVote) + { + return Plugin_Handled; //it keeps retriggering this Action. + } if (timeleft <= 0 && !g_ChangeMapAtRoundEnd) { InitiateVote(MapChange_Instant); //feature so mapvote happens at actual mapend