Oops forgot this for vote hook
This commit is contained in:
parent
d1565d1e84
commit
86379856d1
1 changed files with 3 additions and 0 deletions
|
|
@ -1828,6 +1828,9 @@ void Y_StartVote(void)
|
||||||
|
|
||||||
voteclient.loaded = true;
|
voteclient.loaded = true;
|
||||||
Automate_Run(AEV_VOTESTART);
|
Automate_Run(AEV_VOTESTART);
|
||||||
|
|
||||||
|
LUA_HUD_DestroyDrawList(luahuddrawlist_vote);
|
||||||
|
luahuddrawlist_vote = LUA_HUD_CreateDrawList();
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue