1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-29 16:40:18 -05:00

Encounter: increase match start wait time to 15 seconds

This commit is contained in:
Jbleezy
2022-02-08 02:18:50 -08:00
parent 70b8a267a6
commit 8a0475e3f2

View File

@ -64,7 +64,7 @@ init()
containment_init(); containment_init();
} }
level thread round_start_wait(5, true); level thread round_start_wait(15, true);
level thread sudden_death(); level thread sudden_death();
level thread unlimited_zombies(); level thread unlimited_zombies();
level thread unlimited_powerups(); level thread unlimited_powerups();