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:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user