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:
@ -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++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user