From 86379856d1b6bc0e7ffa9bdbfeb71cddbca68dfd Mon Sep 17 00:00:00 2001 From: NepDisk Date: Sun, 9 Feb 2025 15:14:08 -0500 Subject: [PATCH] Oops forgot this for vote hook --- src/y_inter.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/y_inter.c b/src/y_inter.c index aa7dae964..a25e3ba7c 100644 --- a/src/y_inter.c +++ b/src/y_inter.c @@ -1828,6 +1828,9 @@ void Y_StartVote(void) voteclient.loaded = true; Automate_Run(AEV_VOTESTART); + + LUA_HUD_DestroyDrawList(luahuddrawlist_vote); + luahuddrawlist_vote = LUA_HUD_CreateDrawList(); } //