mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-19 03:28:38 -05:00
Remove thread from disable_zombie_spawn_locations
This commit is contained in:
@ -121,9 +121,9 @@ main()
|
||||
{
|
||||
init_wallbuys();
|
||||
init_barriers();
|
||||
disable_zombie_spawn_locations();
|
||||
setup_standard_objects("cornfield");
|
||||
maps\mp\zombies\_zm_magicbox::treasure_chest_init( random( array( "start_chest", "depot_chest" ) ) );
|
||||
thread disable_zombie_spawn_locations();
|
||||
scripts\zm\locs\loc_common::init();
|
||||
}
|
||||
|
||||
|
@ -49,7 +49,7 @@ main()
|
||||
{
|
||||
init_wallbuys();
|
||||
init_barriers();
|
||||
thread disable_zombie_spawn_locations();
|
||||
disable_zombie_spawn_locations();
|
||||
scripts\zm\locs\loc_common::init();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user