1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-22 05:00:54 -05:00

Maze: fix map vote option

This commit is contained in:
Jbleezy
2023-03-18 18:07:06 -07:00
parent e5431fb60d
commit 116a483e00

View File

@ -186,6 +186,10 @@ map_vote()
{
location = getDvar("ui_zm_mapstartlocation_fake");
}
if (level.scr_zm_map_start_location == "street" && getDvar("ui_zm_mapstartlocation_fake") == "maze")
{
location = getDvar("ui_zm_mapstartlocation_fake");
}
for (i = 0; i < 3; i++)
{