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

Encounter: add map voting

This commit is contained in:
Jbleezy
2023-03-13 02:48:28 -07:00
parent c1f14d54c2
commit 0152cdd53b
4 changed files with 594 additions and 9 deletions

View File

@ -1344,6 +1344,14 @@ end_game()
players[ i ] cameraactivate( 0 );
}
exitlevel( 0 );
if (is_true(level.map_restart))
{
map_restart();
}
else
{
exitlevel(0);
}
wait 666;
}