From 85504bef9b4d244595476cd8fab02a1358dc98aa Mon Sep 17 00:00:00 2001 From: jenz Date: Sun, 24 Sep 2023 19:21:16 +0200 Subject: [PATCH] should represent revoting hopefully --- mapchooser_extended/scripting/mapchooser_extended_avg.sp | 1 + 1 file changed, 1 insertion(+) diff --git a/mapchooser_extended/scripting/mapchooser_extended_avg.sp b/mapchooser_extended/scripting/mapchooser_extended_avg.sp index a614f1c0..2f03108f 100755 --- a/mapchooser_extended/scripting/mapchooser_extended_avg.sp +++ b/mapchooser_extended/scripting/mapchooser_extended_avg.sp @@ -1713,6 +1713,7 @@ public int Handler_MapVoteMenu(Handle menu, MenuAction action, int param1, int p } case MenuAction_Display: { + Format(player_mapvote[param1], 128, ""); static char buffer[255]; GetPlayerWorthRTV_(param1); float rtv_worth = GetPlayerWorthRTV_boost_(param1);