should represent revoting hopefully

This commit is contained in:
jenz 2023-09-24 19:21:16 +02:00
parent 75816b367d
commit 85504bef9b

View File

@ -1713,6 +1713,7 @@ public int Handler_MapVoteMenu(Handle menu, MenuAction action, int param1, int p
} }
case MenuAction_Display: case MenuAction_Display:
{ {
Format(player_mapvote[param1], 128, "");
static char buffer[255]; static char buffer[255];
GetPlayerWorthRTV_(param1); GetPlayerWorthRTV_(param1);
float rtv_worth = GetPlayerWorthRTV_boost_(param1); float rtv_worth = GetPlayerWorthRTV_boost_(param1);